#639EEE

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

Shades of Cornflower Blue #639EEE

Tints of Cornflower Blue #639EEE

Color information

#639EEE (or 0x639EEE) is unknown color: approx Cornflower Blue. HEX triplet: 63, 9E and EE. RGB value is (99,158,238). Sum of RGB (Red+Green+Blue) = 99+158+238=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #639EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #639EEE is #9C6111. Grayscale: #959595. Windows color (decimal): -10248466 or 15638115. OLE color: 15638115.

HSL color Cylindrical-coordinate representation of color #639EEE: hue angle of 214.53º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #639EEE is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99158238-
CMYK0.580.3400.07
HSL214.53º80.35%66.08%-
HSV(B)214.53º58.4%93.33%-
XYZ32.8133.2885.58-
YUV149.48177.9592-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 238 (93.36% from 255) = 48.08%
R=20%
G=31.92%
B=48.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal991582380.580.3400.07214.5380.3566.08
Hex639EEE3A2207d75042
Octal143236356724207327120102
Binary1100011100111101110111011101010001001111101011110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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