Html Css Color HEX #649EE7 Cornflower Blue

📋 copy color: '#649EE7'

red 100 ◦ green 158 ◦ blue 231

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

Shades of Cornflower Blue #649EE7

Tints of Cornflower Blue #649EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.24%

R = 20.45%
G = 32.31%
B = 47.24%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#649EE7 (or 0x649EE7) is known color: Cornflower Blue. HEX triplet: 64, 9E and E7. RGB value is (100,158,231). Sum of RGB (Red+Green+Blue) = 100+158+231=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #649EE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EE7 is #9B6118. Grayscale: #949494. Windows color (decimal): -10182937 or 15179364. OLE color: 15179364.

HSL color Cylindrical-coordinate representation of color #649EE7: hue angle of 213.44º degrees, saturation: 0.73, 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 #649EE7 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 158 231 -
CMYK 0.57 0.32 0 0.09
HSL 213.44º 0.73% 0.65% -
HSV(B) 213.44º 0.57% 0.91% -
XYZ 31.91 32.93 80.28 -
YUV 148.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 100 158 231 0.57 0.32 0 0.09 213.44 0.73 0.65
Hex 64 9E E7 39 20 0 9 D5 49 41
Octal 144 236 347 71 40 0 11 325 111 101
Binary 1100100 10011110 11100111 111001 100000 0 1001 11010101 1001001 1000001

Color Harmonies of #649EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649EE7

Black with #649EE7

Text Example


Text Example

White with #649EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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