Html Css Color HEX #649EF6 Cornflower Blue

📋 copy color: '#649EF6'

red 100 ◦ green 158 ◦ blue 246

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

Shades of Cornflower Blue #649EF6

Tints of Cornflower Blue #649EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.81%

R = 19.84%
G = 31.35%
B = 48.81%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#649EF6 (or 0x649EF6) is known color: Cornflower Blue. HEX triplet: 64, 9E and F6. RGB value is (100,158,246). Sum of RGB (Red+Green+Blue) = 100+158+246=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #649EF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EF6 is #9B6109. Grayscale: #969696. Windows color (decimal): -10182922 or 16162404. OLE color: 16162404.

HSL color Cylindrical-coordinate representation of color #649EF6: hue angle of 216.16º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #649EF6 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 158 246 -
CMYK 0.59 0.36 0 0.04
HSL 216.16º 0.89% 0.68% -
HSV(B) 216.16º 0.59% 0.96% -
XYZ 34.12 33.82 91.92 -
YUV 150.69 181.78 91.84 -
System Red Green Blue C M Y K H S L
Decimal 100 158 246 0.59 0.36 0 0.04 216.16 0.89 0.68
Hex 64 9E F6 3B 24 0 4 D8 59 44
Octal 144 236 366 73 44 0 4 330 131 104
Binary 1100100 10011110 11110110 111011 100100 0 100 11011000 1011001 1000100

Color Harmonies of #649EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649EF6

Black with #649EF6

Text Example


Text Example

White with #649EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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