#6285BF

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

Shades of Danube #6285BF

Tints of Danube #6285BF

Color information

#6285BF (or 0x6285BF) is unknown color: approx Danube. HEX triplet: 62, 85 and BF. RGB value is (98,133,191). Sum of RGB (Red+Green+Blue) = 98+133+191=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #6285BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285BF is #9D7A40. Grayscale: #808080. Windows color (decimal): -10320449 or 12551522. OLE color: 12551522.

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

Color convert

RGB98133191-
CMYK0.490.3000.25
HSL217.42º42.08%56.67%-
HSV(B)217.42º48.69%74.9%-
XYZ22.8323.1352.55-
YUV129.15162.9105.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.22%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 191 (75% from 255) = 45.26%
R=23.22%
G=31.52%
B=45.26%

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
Decimal981331910.490.3000.25217.4242.0856.67
Hex6285BF311E019d92a39
Octal14220527761360313315271
Binary110001010000101101111111100011111001100111011001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6285BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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