#6093BF

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

Shades of Danube #6093BF

Tints of Danube #6093BF

Color information

#6093BF (or 0x6093BF) is unknown color: approx Danube. HEX triplet: 60, 93 and BF. RGB value is (96,147,191). Sum of RGB (Red+Green+Blue) = 96+147+191=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #6093BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6093BF is #9F6C40. Grayscale: #888888. Windows color (decimal): -10447937 or 12555104. OLE color: 12555104.

HSL color Cylindrical-coordinate representation of color #6093BF: hue angle of 207.79º 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 #6093BF is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96147191-
CMYK0.500.2300.25
HSL207.79º42.6%56.27%-
HSV(B)207.79º49.74%74.9%-
XYZ24.6627.1253.22-
YUV136.77158.698.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.12%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 191 (75% from 255) = 44.01%
R=22.12%
G=33.87%
B=44.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961471910.500.2300.25207.7942.656.27
Hex6093BF3217019d02b38
Octal14022327762270313205370
Binary110000010010011101111111100101011101100111010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6093BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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