Html Css Color HEX #668FCB Danube

📋 copy color: '#668FCB'

red 102 ◦ green 143 ◦ blue 203

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

Shades of Danube #668FCB

Tints of Danube #668FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 22.77%
G = 31.92%
B = 45.31%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#668FCB (or 0x668FCB) is known color: Danube. HEX triplet: 66, 8F and CB. RGB value is (102,143,203). Sum of RGB (Red+Green+Blue) = 102+143+203=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #668FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FCB is #997034. Grayscale: #898989. Windows color (decimal): -10055733 or 13340518. OLE color: 13340518.

HSL color Cylindrical-coordinate representation of color #668FCB: hue angle of 215.64º degrees, saturation: 0.49, 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 #668FCB is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 143 203 -
CMYK 0.50 0.30 0 0.20
HSL 215.64º 0.49% 0.6% -
HSV(B) 215.64º 0.5% 0.8% -
XYZ 26.08 26.78 60.29 -
YUV 137.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 102 143 203 0.50 0.30 0 0.20 215.64 0.49 0.6
Hex 66 8F CB 32 1E 0 14 D8 31 3C
Octal 146 217 313 62 36 0 24 330 61 74
Binary 1100110 10001111 11001011 110010 11110 0 10100 11011000 110001 111100

Color Harmonies of #668FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FCB

Black with #668FCB

Text Example


Text Example

White with #668FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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