#6296EC

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

Shades of Cornflower Blue #6296EC

Tints of Cornflower Blue #6296EC

Color information

#6296EC (or 0x6296EC) is unknown color: approx Cornflower Blue. HEX triplet: 62, 96 and EC. RGB value is (98,150,236). Sum of RGB (Red+Green+Blue) = 98+150+236=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #6296EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6296EC is #9D6913. Grayscale: #8F8F8F. Windows color (decimal): -10316052 or 15504994. OLE color: 15504994.

HSL color Cylindrical-coordinate representation of color #6296EC: hue angle of 217.39º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6296EC is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB98150236-
CMYK0.580.3600.07
HSL217.39º78.41%65.49%-
HSV(B)217.39º58.47%92.55%-
XYZ31.0830.4783.6-
YUV144.26179.7795.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.25%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 236 (92.58% from 255) = 48.76%
R=20.25%
G=30.99%
B=48.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal981502360.580.3600.07217.3978.4165.49
Hex6296EC3A2407d94e41
Octal142226354724407331116101
Binary1100010100101101110110011101010010001111101100110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6296EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6296EC; }

 p { color: rgb(98,150,236); }

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

<style>
 a { background-color: #6296EC; }

 a { background-color: rgb(98,150,236); }

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

<style>
 span { border-color: #6296EC; }

 span { border-color: rgb(98,150,236); }

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