Html Css Color HEX #668BCC Danube

📋 copy color: '#668BCC'

red 102 ◦ green 139 ◦ blue 204

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

Shades of Danube #668BCC

Tints of Danube #668BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

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

R = 22.92%
G = 31.24%
B = 45.84%

CMYK

 C value IS 0.5

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#668BCC (or 0x668BCC) is known color: Danube. HEX triplet: 66, 8B and CC. RGB value is (102,139,204). Sum of RGB (Red+Green+Blue) = 102+139+204=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #668BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BCC is #997433. Grayscale: #878787. Windows color (decimal): -10056756 or 13405030. OLE color: 13405030.

HSL color Cylindrical-coordinate representation of color #668BCC: hue angle of 218.24º 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 #668BCC is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 139 204 -
CMYK 0.5 0.32 0 0.2
HSL 218.24º 0.5% 0.6% -
HSV(B) 218.24º 0.5% 0.8% -
XYZ 25.61 25.65 60.73 -
YUV 135.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 102 139 204 0.5 0.32 0 0.2 218.24 0.5 0.6
Hex 66 8B CC 32 20 0 14 DA 32 3C
Octal 146 213 314 62 40 0 24 332 62 74
Binary 1100110 10001011 11001100 110010 100000 0 10100 11011010 110010 111100

Color Harmonies of #668BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BCC

Black with #668BCC

Text Example


Text Example

White with #668BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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