#639FFD

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

Shades of Cornflower Blue #639FFD

Tints of Cornflower Blue #639FFD

Color information

#639FFD (or 0x639FFD) is unknown color: approx Cornflower Blue. HEX triplet: 63, 9F and FD. RGB value is (99,159,253). Sum of RGB (Red+Green+Blue) = 99+159+253=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #639FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639FFD is #9C6002. Grayscale: #979797. Windows color (decimal): -10248195 or 16621411. OLE color: 16621411.

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

Color convert

RGB99159253-
CMYK0.610.3700.01
HSL216.62º97.47%69.02%-
HSV(B)216.62º60.87%99.22%-
XYZ35.2734.5497.74-
YUV151.78185.1290.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.37%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=19.37%
G=31.12%
B=49.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal991592530.610.3700.01216.6297.4769.02
Hex639FFD3D2501d96145
Octal143237375754501331141105
Binary11000111001111111111101111101100101011101100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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