#6280DF

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

Shades of Cornflower Blue #6280DF

Tints of Cornflower Blue #6280DF

Color information

#6280DF (or 0x6280DF) is unknown color: approx Cornflower Blue. HEX triplet: 62, 80 and DF. RGB value is (98,128,223). Sum of RGB (Red+Green+Blue) = 98+128+223=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #6280DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280DF is #9D7F20. Grayscale: #818181. Windows color (decimal): -10321697 or 14647394. OLE color: 14647394.

HSL color Cylindrical-coordinate representation of color #6280DF: hue angle of 225.6º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6280DF is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB98128223-
CMYK0.560.4300.13
HSL225.6º66.14%62.94%-
HSV(B)225.6º56.05%87.45%-
XYZ26.0823.3672.95-
YUV129.86180.56105.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.83%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=21.83%
G=28.51%
B=49.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal981282230.560.4300.13225.666.1462.94
Hex6280DF382B0De2423f
Octal142200337705301534210277
Binary1100010100000001101111111100010101101101111000101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6280DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6280DF; }

 p { color: rgb(98,128,223); }

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

<style>
 a { background-color: #6280DF; }

 a { background-color: rgb(98,128,223); }

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

<style>
 span { border-color: #6280DF; }

 span { border-color: rgb(98,128,223); }

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