#639FE0

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

Shades of Cornflower Blue #639FE0

Tints of Cornflower Blue #639FE0

Color information

#639FE0 (or 0x639FE0) is unknown color: approx Cornflower Blue. HEX triplet: 63, 9F and E0. RGB value is (99,159,224). Sum of RGB (Red+Green+Blue) = 99+159+224=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #639FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FE0 is #9C601F. Grayscale: #949494. Windows color (decimal): -10248224 or 14720867. OLE color: 14720867.

HSL color Cylindrical-coordinate representation of color #639FE0: hue angle of 211.2º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #639FE0 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB99159224-
CMYK0.560.2900.12
HSL211.2º66.84%63.33%-
HSV(B)211.2º55.8%87.84%-
XYZ3132.8375.22-
YUV148.47170.6292.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.54%
GREEN value IS 159 (62.5% from 255) = 32.99%
BLUE value IS 224 (87.89% from 255) = 46.47%
R=20.54%
G=32.99%
B=46.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal991592240.560.2900.12211.266.8463.33
Hex639FE0381D0Cd3433f
Octal143237340703501432310377
Binary110001110011111111000001110001110101100110100111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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