#6276F8

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

Shades of Cornflower Blue #6276F8

Tints of Cornflower Blue #6276F8

Color information

#6276F8 (or 0x6276F8) is unknown color: approx Cornflower Blue. HEX triplet: 62, 76 and F8. RGB value is (98,118,248). Sum of RGB (Red+Green+Blue) = 98+118+248=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #6276F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6276F8 is #9D8907. Grayscale: #7E7E7E. Windows color (decimal): -10324232 or 16283234. OLE color: 16283234.

HSL color Cylindrical-coordinate representation of color #6276F8: hue angle of 232º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6276F8 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB98118248-
CMYK0.600.5200.03
HSL232º91.46%67.84%-
HSV(B)232º60.48%97.25%-
XYZ28.4622.3391.62-
YUV126.84196.37107.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.12%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 248 (97.27% from 255) = 53.45%
R=21.12%
G=25.43%
B=53.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal981182480.600.5200.0323291.4667.84
Hex6276F83C3403e85b44
Octal142166370746403350133104
Binary11000101110110111110001111001101000111110100010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6276F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6276F8; }

 p { color: rgb(98,118,248); }

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

<style>
 a { background-color: #6276F8; }

 a { background-color: rgb(98,118,248); }

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

<style>
 span { border-color: #6276F8; }

 span { border-color: rgb(98,118,248); }

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