Html Css Color HEX #668BCD Danube

📋 copy color: '#668BCD'

red 102 ◦ green 139 ◦ blue 205

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

Shades of Danube #668BCD

Tints of Danube #668BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 22.87%
G = 31.17%
B = 45.96%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#668BCD (or 0x668BCD) is known color: Danube. HEX triplet: 66, 8B and CD. RGB value is (102,139,205). Sum of RGB (Red+Green+Blue) = 102+139+205=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #668BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BCD is #997432. Grayscale: #878787. Windows color (decimal): -10056755 or 13470566. OLE color: 13470566.

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

Color convert

RGB 102 139 205 -
CMYK 0.50 0.32 0 0.20
HSL 218.45º 0.51% 0.6% -
HSV(B) 218.45º 0.5% 0.8% -
XYZ 25.73 25.7 61.36 -
YUV 135.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 102 139 205 0.50 0.32 0 0.20 218.45 0.51 0.6
Hex 66 8B CD 32 20 0 14 DA 33 3C
Octal 146 213 315 62 40 0 24 332 63 74
Binary 1100110 10001011 11001101 110010 100000 0 10100 11011010 110011 111100

Color Harmonies of #668BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BCD

Black with #668BCD

Text Example


Text Example

White with #668BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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