Html Css Color HEX #668CB9 Danube

📋 copy color: '#668CB9'

red 102 ◦ green 140 ◦ blue 185

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

Shades of Danube #668CB9

Tints of Danube #668CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.33%

R = 23.89%
G = 32.79%
B = 43.33%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#668CB9 (or 0x668CB9) is known color: Danube. HEX triplet: 66, 8C and B9. RGB value is (102,140,185). Sum of RGB (Red+Green+Blue) = 102+140+185=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #668CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CB9 is #997346. Grayscale: #858585. Windows color (decimal): -10056519 or 12160102. OLE color: 12160102.

HSL color Cylindrical-coordinate representation of color #668CB9: hue angle of 212.53º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #668CB9 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 140 185 -
CMYK 0.45 0.24 0 0.27
HSL 212.53º 0.37% 0.56% -
HSV(B) 212.53º 0.45% 0.73% -
XYZ 23.61 25.08 49.5 -
YUV 133.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 102 140 185 0.45 0.24 0 0.27 212.53 0.37 0.56
Hex 66 8C B9 2D 18 0 1B D5 25 38
Octal 146 214 271 55 30 0 33 325 45 70
Binary 1100110 10001100 10111001 101101 11000 0 11011 11010101 100101 111000

Color Harmonies of #668CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CB9

Black with #668CB9

Text Example


Text Example

White with #668CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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