Html Css Color HEX #668DCC Danube

📋 copy color: '#668DCC'

red 102 ◦ green 141 ◦ blue 204

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

Shades of Danube #668DCC

Tints of Danube #668DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.54%

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 22.82%
G = 31.54%
B = 45.64%

CMYK

 C value IS 0.5

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#668DCC (or 0x668DCC) is known color: Danube. HEX triplet: 66, 8D and CC. RGB value is (102,141,204). Sum of RGB (Red+Green+Blue) = 102+141+204=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #668DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DCC is #997233. Grayscale: #888888. Windows color (decimal): -10056244 or 13405542. OLE color: 13405542.

HSL color Cylindrical-coordinate representation of color #668DCC: hue angle of 217.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668DCC is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 141 204 -
CMYK 0.5 0.31 0 0.2
HSL 217.06º 0.5% 0.6% -
HSV(B) 217.06º 0.5% 0.8% -
XYZ 25.9 26.23 60.83 -
YUV 136.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 102 141 204 0.5 0.31 0 0.2 217.06 0.5 0.6
Hex 66 8D CC 32 1F 0 14 D9 32 3C
Octal 146 215 314 62 37 0 24 331 62 74
Binary 1100110 10001101 11001100 110010 11111 0 10100 11011001 110010 111100

Color Harmonies of #668DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DCC

Black with #668DCC

Text Example


Text Example

White with #668DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,141,204); }

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

background-color css

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

 a { background-color: rgb(102,141,204); }

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

border-color css

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

 span { border-color: rgb(102,141,204); }

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