#6390FE

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

Shades of Cornflower Blue #6390FE

Tints of Cornflower Blue #6390FE

Color information

#6390FE (or 0x6390FE) is unknown color: approx Cornflower Blue. HEX triplet: 63, 90 and FE. RGB value is (99,144,254). Sum of RGB (Red+Green+Blue) = 99+144+254=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #6390FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6390FE is #9C6F01. Grayscale: #8E8E8E. Windows color (decimal): -10252034 or 16683107. OLE color: 16683107.

HSL color Cylindrical-coordinate representation of color #6390FE: hue angle of 222.58º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6390FE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB99144254-
CMYK0.610.4300.00
HSL222.58º98.73%69.22%-
HSV(B)222.58º61.02%99.61%-
XYZ33.0129.7597.77-
YUV143.08190.5996.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.92%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 254 (99.61% from 255) = 51.11%
R=19.92%
G=28.97%
B=51.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal991442540.610.4300.00222.5898.7369.22
Hex6390FE3D2B00df6345
Octal143220376755300337143105
Binary11000111001000011111110111101101011001101111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6390FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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