Html Css Color HEX #668DCB Danube

📋 copy color: '#668DCB'

red 102 ◦ green 141 ◦ blue 203

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

Shades of Danube #668DCB

Tints of Danube #668DCB

RGB

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

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

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

R = 22.87%
G = 31.61%
B = 45.52%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#668DCB (or 0x668DCB) is known color: Danube. HEX triplet: 66, 8D and CB. RGB value is (102,141,203). Sum of RGB (Red+Green+Blue) = 102+141+203=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #668DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DCB is #997234. Grayscale: #888888. Windows color (decimal): -10056245 or 13340006. OLE color: 13340006.

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

Color convert

RGB 102 141 203 -
CMYK 0.50 0.31 0 0.20
HSL 216.83º 0.49% 0.6% -
HSV(B) 216.83º 0.5% 0.8% -
XYZ 25.78 26.19 60.2 -
YUV 136.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 102 141 203 0.50 0.31 0 0.20 216.83 0.49 0.6
Hex 66 8D CB 32 1F 0 14 D9 31 3C
Octal 146 215 313 62 37 0 24 331 61 74
Binary 1100110 10001101 11001011 110010 11111 0 10100 11011001 110001 111100

Color Harmonies of #668DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DCB

Black with #668DCB

Text Example


Text Example

White with #668DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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