Html Css Color HEX #668ABB Danube

📋 copy color: '#668ABB'

red 102 ◦ green 138 ◦ blue 187

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

Shades of Danube #668ABB

Tints of Danube #668ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

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

R = 23.89%
G = 32.32%
B = 43.79%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#668ABB (or 0x668ABB) is known color: Danube. HEX triplet: 66, 8A and BB. RGB value is (102,138,187). Sum of RGB (Red+Green+Blue) = 102+138+187=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #668ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ABB is #997544. Grayscale: #848484. Windows color (decimal): -10057029 or 12290662. OLE color: 12290662.

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

Color convert

RGB 102 138 187 -
CMYK 0.45 0.26 0 0.27
HSL 214.59º 0.38% 0.57% -
HSV(B) 214.59º 0.45% 0.73% -
XYZ 23.54 24.59 50.52 -
YUV 132.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 102 138 187 0.45 0.26 0 0.27 214.59 0.38 0.57
Hex 66 8A BB 2D 1A 0 1B D7 26 39
Octal 146 212 273 55 32 0 33 327 46 71
Binary 1100110 10001010 10111011 101101 11010 0 11011 11010111 100110 111001

Color Harmonies of #668ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ABB

Black with #668ABB

Text Example


Text Example

White with #668ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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