Html Css Color HEX #668CBB Danube

📋 copy color: '#668CBB'

red 102 ◦ green 140 ◦ blue 187

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

Shades of Danube #668CBB

Tints of Danube #668CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 23.78%
G = 32.63%
B = 43.59%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#668CBB (or 0x668CBB) is known color: Danube. HEX triplet: 66, 8C and BB. RGB value is (102,140,187). Sum of RGB (Red+Green+Blue) = 102+140+187=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #668CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CBB is #997344. Grayscale: #858585. Windows color (decimal): -10056517 or 12291174. OLE color: 12291174.

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

Color convert

RGB 102 140 187 -
CMYK 0.45 0.25 0 0.27
HSL 213.18º 0.38% 0.57% -
HSV(B) 213.18º 0.45% 0.73% -
XYZ 23.83 25.17 50.62 -
YUV 134 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 102 140 187 0.45 0.25 0 0.27 213.18 0.38 0.57
Hex 66 8C BB 2D 19 0 1B D5 26 39
Octal 146 214 273 55 31 0 33 325 46 71
Binary 1100110 10001100 10111011 101101 11001 0 11011 11010101 100110 111001

Color Harmonies of #668CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CBB

Black with #668CBB

Text Example


Text Example

White with #668CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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