#639CE4

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

Shades of Cornflower Blue #639CE4

Tints of Cornflower Blue #639CE4

Color information

#639CE4 (or 0x639CE4) is unknown color: approx Cornflower Blue. HEX triplet: 63, 9C and E4. RGB value is (99,156,228). Sum of RGB (Red+Green+Blue) = 99+156+228=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #639CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CE4 is #9C631B. Grayscale: #929292. Windows color (decimal): -10248988 or 14982243. OLE color: 14982243.

HSL color Cylindrical-coordinate representation of color #639CE4: hue angle of 213.49º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #639CE4 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB99156228-
CMYK0.570.3200.11
HSL213.49º70.49%64.12%-
HSV(B)213.49º56.58%89.41%-
XYZ31.0432.0377.95-
YUV147.16173.6293.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.50%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=20.50%
G=32.30%
B=47.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal991562280.570.3200.11213.4970.4964.12
Hex639CE439200Bd54640
Octal1432343447140013325106100
Binary11000111001110011100100111001100000010111101010110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,156,228); }

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

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

 a { background-color: rgb(99,156,228); }

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

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

 span { border-color: rgb(99,156,228); }

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