#6086C1

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

Shades of Danube #6086C1

Tints of Danube #6086C1

Color information

#6086C1 (or 0x6086C1) is unknown color: approx Danube. HEX triplet: 60, 86 and C1. RGB value is (96,134,193). Sum of RGB (Red+Green+Blue) = 96+134+193=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #6086C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086C1 is #9F793E. Grayscale: #818181. Windows color (decimal): -10451263 or 12682848. OLE color: 12682848.

HSL color Cylindrical-coordinate representation of color #6086C1: hue angle of 216.49º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6086C1 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96134193-
CMYK0.500.3100.24
HSL216.49º43.89%56.67%-
HSV(B)216.49º50.26%75.69%-
XYZ22.9723.3953.76-
YUV129.36163.91104.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 193 (75.78% from 255) = 45.63%
R=22.70%
G=31.68%
B=45.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961341930.500.3100.24216.4943.8956.67
Hex6086C1321F018d82c39
Octal14020630162370303305471
Binary110000010000110110000011100101111101100011011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6086C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6086C1; }

 p { color: rgb(96,134,193); }

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

<style>
 a { background-color: #6086C1; }

 a { background-color: rgb(96,134,193); }

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

<style>
 span { border-color: #6086C1; }

 span { border-color: rgb(96,134,193); }

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