#6280EF

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

Shades of Cornflower Blue #6280EF

Tints of Cornflower Blue #6280EF

Color information

#6280EF (or 0x6280EF) is unknown color: approx Cornflower Blue. HEX triplet: 62, 80 and EF. RGB value is (98,128,239). Sum of RGB (Red+Green+Blue) = 98+128+239=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #6280EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6280EF is #9D7F10. Grayscale: #838383. Windows color (decimal): -10321681 or 15695970. OLE color: 15695970.

HSL color Cylindrical-coordinate representation of color #6280EF: hue angle of 227.23º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6280EF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB98128239-
CMYK0.590.4600.06
HSL227.23º81.5%66.08%-
HSV(B)227.23º59%93.73%-
XYZ28.3424.2784.85-
YUV131.68188.56103.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.08%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 239 (93.75% from 255) = 51.40%
R=21.08%
G=27.53%
B=51.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal981282390.590.4600.06227.2381.566.08
Hex6280EF3B2E06e35242
Octal142200357735606343122102
Binary1100010100000001110111111101110111001101110001110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6280EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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