Html Css Color HEX #649FE7 Cornflower Blue

📋 copy color: '#649FE7'

red 100 ◦ green 159 ◦ blue 231

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

Shades of Cornflower Blue #649FE7

Tints of Cornflower Blue #649FE7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.45%

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

R = 20.41%
G = 32.45%
B = 47.14%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#649FE7 (or 0x649FE7) is known color: Cornflower Blue. HEX triplet: 64, 9F and E7. RGB value is (100,159,231). Sum of RGB (Red+Green+Blue) = 100+159+231=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #649FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FE7 is #9B6018. Grayscale: #959595. Windows color (decimal): -10182681 or 15179620. OLE color: 15179620.

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

Color convert

RGB 100 159 231 -
CMYK 0.57 0.31 0 0.09
HSL 212.98º 0.73% 0.65% -
HSV(B) 212.98º 0.57% 0.91% -
XYZ 32.08 33.28 80.33 -
YUV 149.57 173.95 92.65 -
System Red Green Blue C M Y K H S L
Decimal 100 159 231 0.57 0.31 0 0.09 212.98 0.73 0.65
Hex 64 9F E7 39 1F 0 9 D5 49 41
Octal 144 237 347 71 37 0 11 325 111 101
Binary 1100100 10011111 11100111 111001 11111 0 1001 11010101 1001001 1000001

Color Harmonies of #649FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FE7

Black with #649FE7

Text Example


Text Example

White with #649FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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