#639FF0

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

Shades of Cornflower Blue #639FF0

Tints of Cornflower Blue #639FF0

Color information

#639FF0 (or 0x639FF0) is unknown color: approx Cornflower Blue. HEX triplet: 63, 9F and F0. RGB value is (99,159,240). Sum of RGB (Red+Green+Blue) = 99+159+240=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #639FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639FF0 is #9C600F. Grayscale: #959595. Windows color (decimal): -10248208 or 15769443. OLE color: 15769443.

HSL color Cylindrical-coordinate representation of color #639FF0: hue angle of 214.47º 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 #639FF0 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB99159240-
CMYK0.590.3400.06
HSL214.47º82.46%66.47%-
HSV(B)214.47º58.75%94.12%-
XYZ33.2733.7487.2-
YUV150.29178.6291.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.88%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 240 (94.14% from 255) = 48.19%
R=19.88%
G=31.93%
B=48.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal991592400.590.3400.06214.4782.4666.47
Hex639FF03B2206d65242
Octal143237360734206326122102
Binary1100011100111111111000011101110001001101101011010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639FF0; }

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

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

<style>
 a { background-color: #639FF0; }

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

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

<style>
 span { border-color: #639FF0; }

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

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