Color Hex Logo

#6770dd Color Hex

#6770DD
(103,112,221)
0 Favorites   0 Comments

Color spaces of #6770dd

RGB 103112221
HSL0.650.630.64
HSV235°53°87°
CMYK 0.530.490.00   0.13
XYZ24.438819.692470.9196
Yxy19.69240.21240.1712
Hunter Lab44.376120.6452-63.6909
CIE-Lab51.487627.0489-57.0086

#6770dd color RGB value is (103,112,221).

#6770dd hex color red value is 103, green value is 112 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6770dd hue: 0.65 , saturation: 0.63 and the lightness value of 6770dd is 0.64.

The process color (four color CMYK) of #6770dd color hex is 0.53, 0.49, 0.00, 0.13. Web safe color of #6770dd is #6666cc. Color #6770dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110000 11011101
Octal 147 160 335
Decimal 103 112 221
Hex 67 70 DD

RGB Percentages of Color #6770dd

%23.62
%25.69
%50.69

CMYK Percentages of Color #6770dd

%53
%49
%0
%13

Triadic Colors of #6770dd

#6770dd #dd6770 #70dd67

Analogous Colors of #6770dd

#6770dd #9967dd #67abdd

Monochromatic Colors of #6770dd

#6770dd

Complementary Color

#6770dd #ddd467

#6770dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6770dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6770dd Color CSS Codes

.mybgcolor {background-color:#6770dd; } 
.myforecolor {color:#6770dd; }
.mybordercolor {border:3px solid #6770dd; }

#6770dd Text Font Color

<p style="color:#6770dd">Text here</p>

This sample text font color is #6770dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6770dd Background Color

<div style="background-color:#6770dd">
Div content here</div>

This div background color is #6770dd


#6770dd Border Color

<div style="border:3px solid #6770dd">
Div here</div>

This div border color is #6770dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,112,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6770dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6770dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6770dd;
  box-shadow:         1px 1px 3px 2px #6770dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,112,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6770dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6770dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6770dd;
  box-shadow:         1px 1px 3px 2px #6770dd;">
Div content here</div>

This div box has shadow with color #6770dd


Comments

No comments written yet.

Please login to write comment.