#6286BF

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

Shades of Danube #6286BF

Tints of Danube #6286BF

Color information

#6286BF (or 0x6286BF) is unknown color: approx Danube. HEX triplet: 62, 86 and BF. RGB value is (98,134,191). Sum of RGB (Red+Green+Blue) = 98+134+191=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 134 (52.73% from 255 or 31.68% 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 #6286BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286BF is #9D7940. Grayscale: #818181. Windows color (decimal): -10320193 or 12551778. OLE color: 12551778.

HSL color Cylindrical-coordinate representation of color #6286BF: hue angle of 216.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6286BF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98134191-
CMYK0.490.3000.25
HSL216.77º42.08%56.67%-
HSV(B)216.77º48.69%74.9%-
XYZ22.9723.4152.6-
YUV129.73162.57105.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.17%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 191 (75% from 255) = 45.15%
R=23.17%
G=31.68%
B=45.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981341910.490.3000.25216.7742.0856.67
Hex6286BF311E019d92a39
Octal14220627761360313315271
Binary110001010000110101111111100011111001100111011001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6286BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,134,191); }

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

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

 a { background-color: rgb(98,134,191); }

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

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

 span { border-color: rgb(98,134,191); }

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