#639EFF

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

Shades of Cornflower Blue #639EFF

Tints of Cornflower Blue #639EFF

Color information

#639EFF (or 0x639EFF) is unknown color: approx Cornflower Blue. HEX triplet: 63, 9E and FF. RGB value is (99,158,255). Sum of RGB (Red+Green+Blue) = 99+158+255=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #639EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639EFF is #9C6100. Grayscale: #969696. Windows color (decimal): -10248449 or 16752227. OLE color: 16752227.

HSL color Cylindrical-coordinate representation of color #639EFF: hue angle of 217.31º 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 #639EFF is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB99158255-
CMYK0.610.3800
HSL217.31º100%69.41%-
HSV(B)217.31º61.18%100%-
XYZ35.4234.3399.37-
YUV151.42186.4590.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.34%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 255 (100% from 255) = 49.80%
R=19.34%
G=30.86%
B=49.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal991582550.610.3800217.3110069.41
Hex639EFF3D2600d96445
Octal143236377754600331144105
Binary11000111001111011111111111101100110001101100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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