Html Css Color HEX #668CB6 Danube

📋 copy color: '#668CB6'

red 102 ◦ green 140 ◦ blue 182

#668CB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #668CB6

Tints of Danube #668CB6

RGB

 RED value IS 102 (40.23% from 255) = 24.06%

 GREEN value IS 140 (55.08% from 255) = 33.02%

 BLUE value IS 182 (71.48% from 255) = 42.92%

R = 24.06%
G = 33.02%
B = 42.92%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#668CB6 (or 0x668CB6) is known color: Danube. HEX triplet: 66, 8C and B6. RGB value is (102,140,182). Sum of RGB (Red+Green+Blue) = 102+140+182=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 182 - color contains mainly: blue. Hex color #668CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CB6 is #997349. Grayscale: #858585. Windows color (decimal): -10056522 or 11963494. OLE color: 11963494.

HSL color Cylindrical-coordinate representation of color #668CB6: hue angle of 211.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #668CB6 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 140 182 -
CMYK 0.44 0.23 0 0.29
HSL 211.5º 0.35% 0.56% -
HSV(B) 211.5º 0.44% 0.71% -
XYZ 23.3 24.96 47.85 -
YUV 133.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 102 140 182 0.44 0.23 0 0.29 211.5 0.35 0.56
Hex 66 8C B6 2C 17 0 1D D4 23 38
Octal 146 214 266 54 27 0 35 324 43 70
Binary 1100110 10001100 10110110 101100 10111 0 11101 11010100 100011 111000

Color Harmonies of #668CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CB6

Black with #668CB6

Text Example


Text Example

White with #668CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668CB6; }

 p { color: rgb(102,140,182); }

 H1.HeaderClassName
 {
   color: #668CB6;
 }
 .AnyTagClassName
 {
   color: #668CB6;
 }
</style>

background-color css

<style>
 a { background-color: #668CB6; }

 a { background-color: rgb(102,140,182); }

 div.DivClassName
 {
   background-color: #668CB6;
 }
 .BgClassName
 {
   background-color: #668CB6;
 }
</style>

border-color css

<style>
 span { border-color: #668CB6; }

 span { border-color: rgb(102,140,182); }

 td.TdClassName
 {
   border-color: #668CB6;
 }
 .TagClassName
 {
   border-color: #668CB6;
 }
</style>