#62A6F8

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

Shades of Cornflower Blue #62A6F8

Tints of Cornflower Blue #62A6F8

Color information

#62A6F8 (or 0x62A6F8) is unknown color: approx Cornflower Blue. HEX triplet: 62, A6 and F8. RGB value is (98,166,248). Sum of RGB (Red+Green+Blue) = 98+166+248=512 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.14% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #62A6F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62A6F8 is #9D5907. Grayscale: #9A9A9A. Windows color (decimal): -10311944 or 16295522. OLE color: 16295522.

HSL color Cylindrical-coordinate representation of color #62A6F8: hue angle of 212.8º 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 #62A6F8 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB98166248-
CMYK0.600.3300.03
HSL212.8º91.46%67.84%-
HSV(B)212.8º60.48%97.25%-
XYZ35.6236.6594-
YUV155.02180.4787.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.14%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 248 (97.27% from 255) = 48.44%
R=19.14%
G=32.42%
B=48.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal981662480.600.3300.03212.891.4667.84
Hex62A6F83C2103d55b44
Octal142246370744103325133104
Binary110001010100110111110001111001000010111101010110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A6F8; }

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

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

<style>
 a { background-color: #62A6F8; }

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

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

<style>
 span { border-color: #62A6F8; }

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

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