#639FFF

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

Shades of Cornflower Blue #639FFF

Tints of Cornflower Blue #639FFF

Color information

#639FFF (or 0x639FFF) is unknown color: approx Cornflower Blue. HEX triplet: 63, 9F and FF. RGB value is (99,159,255). Sum of RGB (Red+Green+Blue) = 99+159+255=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #639FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639FFF is #9C6000. Grayscale: #979797. Windows color (decimal): -10248193 or 16752483. OLE color: 16752483.

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

Color convert

RGB99159255-
CMYK0.610.3800
HSL216.92º100%69.41%-
HSV(B)216.92º61.18%100%-
XYZ35.5934.6799.42-
YUV152186.1290.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.30%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 255 (100% from 255) = 49.71%
R=19.30%
G=30.99%
B=49.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal991592550.610.3800216.9210069.41
Hex639FFF3D2600d96445
Octal143237377754600331144105
Binary11000111001111111111111111101100110001101100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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