#6390F6

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

Shades of Cornflower Blue #6390F6

Tints of Cornflower Blue #6390F6

Color information

#6390F6 (or 0x6390F6) is unknown color: approx Cornflower Blue. HEX triplet: 63, 90 and F6. RGB value is (99,144,246). Sum of RGB (Red+Green+Blue) = 99+144+246=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #6390F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6390F6 is #9C6F09. Grayscale: #8D8D8D. Windows color (decimal): -10252042 or 16158819. OLE color: 16158819.

HSL color Cylindrical-coordinate representation of color #6390F6: hue angle of 221.63º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6390F6 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB99144246-
CMYK0.600.4100.04
HSL221.63º89.09%67.65%-
HSV(B)221.63º59.76%96.47%-
XYZ31.7529.2591.16-
YUV142.17186.5997.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.25%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 246 (96.48% from 255) = 50.31%
R=20.25%
G=29.45%
B=50.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal991442460.600.4100.04221.6389.0967.65
Hex6390F63C2904de5944
Octal143220366745104336131104
Binary1100011100100001111011011110010100101001101111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6390F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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