#6282FA

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

Shades of Cornflower Blue #6282FA

Tints of Cornflower Blue #6282FA

Color information

#6282FA (or 0x6282FA) is unknown color: approx Cornflower Blue. HEX triplet: 62, 82 and FA. RGB value is (98,130,250). Sum of RGB (Red+Green+Blue) = 98+130+250=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #6282FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6282FA is #9D7D05. Grayscale: #858585. Windows color (decimal): -10321158 or 16417378. OLE color: 16417378.

HSL color Cylindrical-coordinate representation of color #6282FA: hue angle of 227.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6282FA is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB98130250-
CMYK0.610.4800.02
HSL227.37º93.83%68.24%-
HSV(B)227.37º60.8%98.04%-
XYZ30.2725.4693.76-
YUV134.11193.4102.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.50%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 250 (98.05% from 255) = 52.30%
R=20.50%
G=27.20%
B=52.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal981302500.610.4800.02227.3793.8368.24
Hex6282FA3D3002e35e44
Octal142202372756002343136104
Binary110001010000010111110101111011100000101110001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6282FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6282FA; }

 p { color: rgb(98,130,250); }

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

<style>
 a { background-color: #6282FA; }

 a { background-color: rgb(98,130,250); }

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

<style>
 span { border-color: #6282FA; }

 span { border-color: rgb(98,130,250); }

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