Html Css Color HEX #668CBD Danube

📋 copy color: '#668CBD'

red 102 ◦ green 140 ◦ blue 189

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

Shades of Danube #668CBD

Tints of Danube #668CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.48%

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 23.67%
G = 32.48%
B = 43.85%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#668CBD (or 0x668CBD) is known color: Danube. HEX triplet: 66, 8C and BD. RGB value is (102,140,189). Sum of RGB (Red+Green+Blue) = 102+140+189=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #668CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CBD is #997342. Grayscale: #858585. Windows color (decimal): -10056515 or 12422246. OLE color: 12422246.

HSL color Cylindrical-coordinate representation of color #668CBD: hue angle of 213.79º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668CBD is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 140 189 -
CMYK 0.46 0.26 0 0.26
HSL 213.79º 0.4% 0.57% -
HSV(B) 213.79º 0.46% 0.74% -
XYZ 24.04 25.26 51.75 -
YUV 134.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 102 140 189 0.46 0.26 0 0.26 213.79 0.4 0.57
Hex 66 8C BD 2E 1A 0 1A D6 28 39
Octal 146 214 275 56 32 0 32 326 50 71
Binary 1100110 10001100 10111101 101110 11010 0 11010 11010110 101000 111001

Color Harmonies of #668CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CBD

Black with #668CBD

Text Example


Text Example

White with #668CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,140,189); }

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

background-color css

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

 a { background-color: rgb(102,140,189); }

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

border-color css

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

 span { border-color: rgb(102,140,189); }

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