#6083BA

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

Shades of Danube #6083BA

Tints of Danube #6083BA

Color information

#6083BA (or 0x6083BA) is unknown color: approx Danube. HEX triplet: 60, 83 and BA. RGB value is (96,131,186). Sum of RGB (Red+Green+Blue) = 96+131+186=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #6083BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6083BA is #9F7C45. Grayscale: #7E7E7E. Windows color (decimal): -10452038 or 12223328. OLE color: 12223328.

HSL color Cylindrical-coordinate representation of color #6083BA: hue angle of 216.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6083BA is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96131186-
CMYK0.480.3000.27
HSL216.67º39.47%55.29%-
HSV(B)216.67º48.39%72.94%-
XYZ21.822.2649.6-
YUV126.8161.4106.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.24%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=23.24%
G=31.72%
B=45.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961311860.480.3000.27216.6739.4755.29
Hex6083BA301E01Bd92737
Octal14020327260360333314767
Binary110000010000011101110101100001111001101111011001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6083BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6083BA; }

 p { color: rgb(96,131,186); }

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

<style>
 a { background-color: #6083BA; }

 a { background-color: rgb(96,131,186); }

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

<style>
 span { border-color: #6083BA; }

 span { border-color: rgb(96,131,186); }

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