#6390EC

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

Shades of Cornflower Blue #6390EC

Tints of Cornflower Blue #6390EC

Color information

#6390EC (or 0x6390EC) is unknown color: approx Cornflower Blue. HEX triplet: 63, 90 and EC. RGB value is (99,144,236). Sum of RGB (Red+Green+Blue) = 99+144+236=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #6390EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6390EC is #9C6F13. Grayscale: #8C8C8C. Windows color (decimal): -10252052 or 15503459. OLE color: 15503459.

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

Color convert

RGB99144236-
CMYK0.580.3900.07
HSL220.29º78.29%65.69%-
HSV(B)220.29º58.05%92.55%-
XYZ30.2628.6683.29-
YUV141.03181.5998.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.67%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 236 (92.58% from 255) = 49.27%
R=20.67%
G=30.06%
B=49.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal991442360.580.3900.07220.2978.2965.69
Hex6390EC3A2707dc4e42
Octal143220354724707334116102
Binary1100011100100001110110011101010011101111101110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6390EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,144,236); }

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

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

 a { background-color: rgb(99,144,236); }

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

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

 span { border-color: rgb(99,144,236); }

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