#668ABB

Color #668ABB Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #668ABB

Tints of Danube #668ABB

Color information

#668ABB (or 0x668ABB) is unknown color: approx 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

RGB102138187-
CMYK0.450.2600.27
HSL214.59º38.46%56.67%-
HSV(B)214.59º45.45%73.33%-
XYZ23.5424.5950.52-
YUV132.82158.57106.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.89%
GREEN value IS 138 (54.30% 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 (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021381870.450.2600.27214.5938.4656.67
Hex668ABB2D1A01Bd72639
Octal14621227355320333274671
Binary110011010001010101110111011011101001101111010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>