Html Css Color HEX #668DBB Danube

📋 copy color: '#668DBB'

red 102 ◦ green 141 ◦ blue 187

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

Shades of Danube #668DBB

Tints of Danube #668DBB

RGB

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

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

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

R = 23.72%
G = 32.79%
B = 43.49%

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

#668DBB (or 0x668DBB) is known color: Danube. HEX triplet: 66, 8D and BB. RGB value is (102,141,187). Sum of RGB (Red+Green+Blue) = 102+141+187=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #668DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DBB is #997244. Grayscale: #868686. Windows color (decimal): -10056261 or 12291430. OLE color: 12291430.

HSL color Cylindrical-coordinate representation of color #668DBB: hue angle of 212.47º 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 #668DBB is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 141 187 -
CMYK 0.45 0.25 0 0.27
HSL 212.47º 0.38% 0.57% -
HSV(B) 212.47º 0.45% 0.73% -
XYZ 23.97 25.46 50.66 -
YUV 134.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 102 141 187 0.45 0.25 0 0.27 212.47 0.38 0.57
Hex 66 8D BB 2D 19 0 1B D4 26 39
Octal 146 215 273 55 31 0 33 324 46 71
Binary 1100110 10001101 10111011 101101 11001 0 11011 11010100 100110 111001

Color Harmonies of #668DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DBB

Black with #668DBB

Text Example


Text Example

White with #668DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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