Html Css Color HEX #649CF7 Cornflower Blue

📋 copy color: '#649CF7'

red 100 ◦ green 156 ◦ blue 247

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

Shades of Cornflower Blue #649CF7

Tints of Cornflower Blue #649CF7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.01%

 BLUE value IS 247 (96.88% from 255) = 49.11%

R = 19.88%
G = 31.01%
B = 49.11%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#649CF7 (or 0x649CF7) is known color: Cornflower Blue. HEX triplet: 64, 9C and F7. RGB value is (100,156,247). Sum of RGB (Red+Green+Blue) = 100+156+247=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #649CF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CF7 is #9B6308. Grayscale: #959595. Windows color (decimal): -10183433 or 16227428. OLE color: 16227428.

HSL color Cylindrical-coordinate representation of color #649CF7: hue angle of 217.14º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649CF7 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 156 247 -
CMYK 0.60 0.37 0 0.03
HSL 217.14º 0.9% 0.68% -
HSV(B) 217.14º 0.6% 0.97% -
XYZ 33.93 33.2 92.62 -
YUV 149.63 182.95 92.6 -
System Red Green Blue C M Y K H S L
Decimal 100 156 247 0.60 0.37 0 0.03 217.14 0.9 0.68
Hex 64 9C F7 3C 25 0 3 D9 5A 44
Octal 144 234 367 74 45 0 3 331 132 104
Binary 1100100 10011100 11110111 111100 100101 0 11 11011001 1011010 1000100

Color Harmonies of #649CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CF7

Black with #649CF7

Text Example


Text Example

White with #649CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,156,247); }

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

background-color css

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

 a { background-color: rgb(100,156,247); }

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

border-color css

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

 span { border-color: rgb(100,156,247); }

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