#6278F5

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

Shades of Cornflower Blue #6278F5

Tints of Cornflower Blue #6278F5

Color information

#6278F5 (or 0x6278F5) is unknown color: approx Cornflower Blue. HEX triplet: 62, 78 and F5. RGB value is (98,120,245). Sum of RGB (Red+Green+Blue) = 98+120+245=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #6278F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6278F5 is #9D870A. Grayscale: #7F7F7F. Windows color (decimal): -10323723 or 16087138. OLE color: 16087138.

HSL color Cylindrical-coordinate representation of color #6278F5: hue angle of 231.02º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6278F5 is Cyan = 0.6, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB98120245-
CMYK0.60.5100.04
HSL231.02º88.02%67.25%-
HSV(B)231.02º60%96.08%-
XYZ28.2322.6289.26-
YUV127.67194.21106.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.17%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 245 (96.09% from 255) = 52.92%
R=21.17%
G=25.92%
B=52.92%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal981202450.60.5100.04231.0288.0267.25
Hex6278F53C3304e75843
Octal142170365746304347130103
Binary110001011110001111010111110011001101001110011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6278F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6278F5; }

 p { color: rgb(98,120,245); }

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

<style>
 a { background-color: #6278F5; }

 a { background-color: rgb(98,120,245); }

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

<style>
 span { border-color: #6278F5; }

 span { border-color: rgb(98,120,245); }

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