#6082FD

Color #6082FD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6082FD

Tints of Cornflower Blue #6082FD

Color information

#6082FD (or 0x6082FD) is unknown color: approx Cornflower Blue. HEX triplet: 60, 82 and FD. RGB value is (96,130,253). Sum of RGB (Red+Green+Blue) = 96+130+253=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #6082FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6082FD is #9F7D02. Grayscale: #858585. Windows color (decimal): -10452227 or 16613984. OLE color: 16613984.

HSL color Cylindrical-coordinate representation of color #6082FD: hue angle of 227.01º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6082FD is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB96130253-
CMYK0.620.4900.01
HSL227.01º97.52%68.43%-
HSV(B)227.01º62.06%99.22%-
XYZ30.5425.5496.25-
YUV133.86195.24101-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.04%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 253 (99.22% from 255) = 52.82%
R=20.04%
G=27.14%
B=52.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal961302530.620.4900.01227.0197.5268.43
Hex6082FD3E3101e36244
Octal140202375766101343142104
Binary11000001000001011111101111110110001011110001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6082FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6082FD; }

 p { color: rgb(96,130,253); }

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

<style>
 a { background-color: #6082FD; }

 a { background-color: rgb(96,130,253); }

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

<style>
 span { border-color: #6082FD; }

 span { border-color: rgb(96,130,253); }

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