#6390F0

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

Shades of Cornflower Blue #6390F0

Tints of Cornflower Blue #6390F0

Color information

#6390F0 (or 0x6390F0) is unknown color: approx Cornflower Blue. HEX triplet: 63, 90 and F0. RGB value is (99,144,240). Sum of RGB (Red+Green+Blue) = 99+144+240=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #6390F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6390F0 is #9C6F0F. Grayscale: #8D8D8D. Windows color (decimal): -10252048 or 15765603. OLE color: 15765603.

HSL color Cylindrical-coordinate representation of color #6390F0: hue angle of 220.85º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6390F0 is Cyan = 0.59, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB99144240-
CMYK0.590.400.06
HSL220.85º82.46%66.47%-
HSV(B)220.85º58.75%94.12%-
XYZ30.8528.8986.39-
YUV141.49183.5997.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.50%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 240 (94.14% from 255) = 49.69%
R=20.50%
G=29.81%
B=49.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal991442400.590.400.06220.8582.4666.47
Hex6390F03B2806dd5242
Octal143220360735006335122102
Binary1100011100100001111000011101110100001101101110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6390F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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