#6284BF

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

Shades of Danube #6284BF

Tints of Danube #6284BF

Color information

#6284BF (or 0x6284BF) is unknown color: approx Danube. HEX triplet: 62, 84 and BF. RGB value is (98,132,191). Sum of RGB (Red+Green+Blue) = 98+132+191=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #6284BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6284BF is #9D7B40. Grayscale: #808080. Windows color (decimal): -10320705 or 12551266. OLE color: 12551266.

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

Color convert

RGB98132191-
CMYK0.490.3100.25
HSL218.06º42.08%56.67%-
HSV(B)218.06º48.69%74.9%-
XYZ22.6922.8652.51-
YUV128.56163.24106.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.28%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 191 (75% from 255) = 45.37%
R=23.28%
G=31.35%
B=45.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981321910.490.3100.25218.0642.0856.67
Hex6284BF311F019da2a39
Octal14220427761370313325271
Binary110001010000100101111111100011111101100111011010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6284BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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