Html Css Color HEX #668CC6 Danube

📋 copy color: '#668CC6'

red 102 ◦ green 140 ◦ blue 198

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

Shades of Danube #668CC6

Tints of Danube #668CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 23.18%
G = 31.82%
B = 45%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#668CC6 (or 0x668CC6) is known color: Danube. HEX triplet: 66, 8C and C6. RGB value is (102,140,198). Sum of RGB (Red+Green+Blue) = 102+140+198=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #668CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CC6 is #997339. Grayscale: #868686. Windows color (decimal): -10056506 or 13012070. OLE color: 13012070.

HSL color Cylindrical-coordinate representation of color #668CC6: hue angle of 216.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668CC6 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 140 198 -
CMYK 0.48 0.29 0 0.22
HSL 216.25º 0.46% 0.59% -
HSV(B) 216.25º 0.48% 0.78% -
XYZ 25.05 25.66 57.06 -
YUV 135.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 102 140 198 0.48 0.29 0 0.22 216.25 0.46 0.59
Hex 66 8C C6 30 1D 0 16 D8 2E 3B
Octal 146 214 306 60 35 0 26 330 56 73
Binary 1100110 10001100 11000110 110000 11101 0 10110 11011000 101110 111011

Color Harmonies of #668CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CC6

Black with #668CC6

Text Example


Text Example

White with #668CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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