#6A88BB

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

Shades of Danube #6A88BB

Tints of Danube #6A88BB

Color information

#6A88BB (or 0x6A88BB) is unknown color: approx Danube. HEX triplet: 6A, 88 and BB. RGB value is (106,136,187). Sum of RGB (Red+Green+Blue) = 106+136+187=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 136 (53.52% from 255 or 31.70% 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 #6A88BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A88BB is #957744. Grayscale: #848484. Windows color (decimal): -9795397 or 12290154. OLE color: 12290154.

HSL color Cylindrical-coordinate representation of color #6A88BB: hue angle of 217.78º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A88BB is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB106136187-
CMYK0.430.2700.27
HSL217.78º37.33%57.45%-
HSV(B)217.78º43.32%73.33%-
XYZ23.7224.2650.45-
YUV132.84158.56108.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.71%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=24.71%
G=31.70%
B=43.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061361870.430.2700.27217.7837.3357.45
Hex6A88BB2B1B01Bda2539
Octal15221027353330333324571
Binary110101010001000101110111010111101101101111011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,136,187); }

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

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

 a { background-color: rgb(106,136,187); }

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

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

 span { border-color: rgb(106,136,187); }

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