Html Css Color HEX #668FCE Danube

📋 copy color: '#668FCE'

red 102 ◦ green 143 ◦ blue 206

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

Shades of Danube #668FCE

Tints of Danube #668FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.71%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 22.62%
G = 31.71%
B = 45.68%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#668FCE (or 0x668FCE) is known color: Danube. HEX triplet: 66, 8F and CE. RGB value is (102,143,206). Sum of RGB (Red+Green+Blue) = 102+143+206=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #668FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FCE is #997031. Grayscale: #898989. Windows color (decimal): -10055730 or 13537126. OLE color: 13537126.

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

Color convert

RGB 102 143 206 -
CMYK 0.50 0.31 0 0.19
HSL 216.35º 0.51% 0.6% -
HSV(B) 216.35º 0.5% 0.81% -
XYZ 26.44 26.93 62.2 -
YUV 137.92 166.42 102.38 -
System Red Green Blue C M Y K H S L
Decimal 102 143 206 0.50 0.31 0 0.19 216.35 0.51 0.6
Hex 66 8F CE 32 1F 0 13 D8 33 3C
Octal 146 217 316 62 37 0 23 330 63 74
Binary 1100110 10001111 11001110 110010 11111 0 10011 11011000 110011 111100

Color Harmonies of #668FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FCE

Black with #668FCE

Text Example


Text Example

White with #668FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,143,206); }

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

background-color css

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

 a { background-color: rgb(102,143,206); }

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

border-color css

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

 span { border-color: rgb(102,143,206); }

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