#639BE8

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

Shades of Cornflower Blue #639BE8

Tints of Cornflower Blue #639BE8

Color information

#639BE8 (or 0x639BE8) is unknown color: approx Cornflower Blue. HEX triplet: 63, 9B and E8. RGB value is (99,155,232). Sum of RGB (Red+Green+Blue) = 99+155+232=486 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.37% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #639BE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639BE8 is #9C6417. Grayscale: #929292. Windows color (decimal): -10249240 or 15244131. OLE color: 15244131.

HSL color Cylindrical-coordinate representation of color #639BE8: hue angle of 214.74º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #639BE8 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB99155232-
CMYK0.570.3300.09
HSL214.74º74.3%64.9%-
HSV(B)214.74º57.33%90.98%-
XYZ31.4331.9280.85-
YUV147.03175.9593.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.37%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 232 (91.02% from 255) = 47.74%
R=20.37%
G=31.89%
B=47.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal991552320.570.3300.09214.7474.364.9
Hex639BE8392109d74a41
Octal1432333507141011327112101
Binary11000111001101111101000111001100001010011101011110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,155,232); }

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

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

 a { background-color: rgb(99,155,232); }

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

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

 span { border-color: rgb(99,155,232); }

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