Html Css Color HEX #649EEF Cornflower Blue

📋 copy color: '#649EEF'

red 100 ◦ green 158 ◦ blue 239

#649EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #649EEF

Tints of Cornflower Blue #649EEF

RGB

 RED value IS 100 (39.45% from 255) = 20.12%

 GREEN value IS 158 (62.11% from 255) = 31.79%

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 20.12%
G = 31.79%
B = 48.09%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#649EEF (or 0x649EEF) is known color: Cornflower Blue. HEX triplet: 64, 9E and EF. RGB value is (100,158,239). Sum of RGB (Red+Green+Blue) = 100+158+239=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #649EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EEF is #9B6110. Grayscale: #959595. Windows color (decimal): -10182929 or 15703652. OLE color: 15703652.

HSL color Cylindrical-coordinate representation of color #649EEF: hue angle of 214.96º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649EEF is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 158 239 -
CMYK 0.58 0.34 0 0.06
HSL 214.96º 0.81% 0.66% -
HSV(B) 214.96º 0.58% 0.94% -
XYZ 33.06 33.4 86.36 -
YUV 149.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 100 158 239 0.58 0.34 0 0.06 214.96 0.81 0.66
Hex 64 9E EF 3A 22 0 6 D7 51 42
Octal 144 236 357 72 42 0 6 327 121 102
Binary 1100100 10011110 11101111 111010 100010 0 110 11010111 1010001 1000010

Color Harmonies of #649EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649EEF

Black with #649EEF

Text Example


Text Example

White with #649EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649EEF; }

 p { color: rgb(100,158,239); }

 H1.HeaderClassName
 {
   color: #649EEF;
 }
 .AnyTagClassName
 {
   color: #649EEF;
 }
</style>

background-color css

<style>
 a { background-color: #649EEF; }

 a { background-color: rgb(100,158,239); }

 div.DivClassName
 {
   background-color: #649EEF;
 }
 .BgClassName
 {
   background-color: #649EEF;
 }
</style>

border-color css

<style>
 span { border-color: #649EEF; }

 span { border-color: rgb(100,158,239); }

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