#6A8ABC

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

Shades of Danube #6A8ABC

Tints of Danube #6A8ABC

Color information

#6A8ABC (or 0x6A8ABC) is unknown color: approx Danube. HEX triplet: 6A, 8A and BC. RGB value is (106,138,188). Sum of RGB (Red+Green+Blue) = 106+138+188=432 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.54% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A8ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8ABC is #957543. Grayscale: #858585. Windows color (decimal): -9794884 or 12356202. OLE color: 12356202.

HSL color Cylindrical-coordinate representation of color #6A8ABC: hue angle of 216.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A8ABC is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB106138188-
CMYK0.440.2700.26
HSL216.59º37.96%57.65%-
HSV(B)216.59º43.62%73.73%-
XYZ24.1124.8751.11-
YUV134.13158.4107.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.54%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=24.54%
G=31.94%
B=43.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061381880.440.2700.26216.5937.9657.65
Hex6A8ABC2C1B01Ad9263a
Octal15221227454330323314672
Binary110101010001010101111001011001101101101011011001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A8ABC; }

 p { color: rgb(106,138,188); }

 H1.HeaderClassName
 {
   color: #6A8ABC;
 }
 .AnyTagClassName
 {
   color: #6A8ABC;
 }
</style>
background-color css

<style>
 a { background-color: #6A8ABC; }

 a { background-color: rgb(106,138,188); }

 div.DivClassName
 {
   background-color: #6A8ABC;
 }
 .BgClassName
 {
   background-color: #6A8ABC;
 }
</style>
border-color css

<style>
 span { border-color: #6A8ABC; }

 span { border-color: rgb(106,138,188); }

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