#6088BF

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

Shades of Danube #6088BF

Tints of Danube #6088BF

Color information

#6088BF (or 0x6088BF) is unknown color: approx Danube. HEX triplet: 60, 88 and BF. RGB value is (96,136,191). Sum of RGB (Red+Green+Blue) = 96+136+191=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #6088BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6088BF is #9F7740. Grayscale: #828282. Windows color (decimal): -10450753 or 12552288. OLE color: 12552288.

HSL color Cylindrical-coordinate representation of color #6088BF: hue angle of 214.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6088BF is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96136191-
CMYK0.500.2900.25
HSL214.74º42.6%56.27%-
HSV(B)214.74º49.74%74.9%-
XYZ23.0323.8652.68-
YUV130.31162.25103.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 191 (75% from 255) = 45.15%
R=22.70%
G=32.15%
B=45.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961361910.500.2900.25214.7442.656.27
Hex6088BF321D019d72b38
Octal14021027762350313275370
Binary110000010001000101111111100101110101100111010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6088BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6088BF; }

 p { color: rgb(96,136,191); }

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

<style>
 a { background-color: #6088BF; }

 a { background-color: rgb(96,136,191); }

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

<style>
 span { border-color: #6088BF; }

 span { border-color: rgb(96,136,191); }

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