Html Css Color HEX #649BFC Cornflower Blue

📋 copy color: '#649BFC'

red 100 ◦ green 155 ◦ blue 252

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

Shades of Cornflower Blue #649BFC

Tints of Cornflower Blue #649BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.57%

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 19.72%
G = 30.57%
B = 49.7%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#649BFC (or 0x649BFC) is known color: Cornflower Blue. HEX triplet: 64, 9B and FC. RGB value is (100,155,252). Sum of RGB (Red+Green+Blue) = 100+155+252=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #649BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BFC is #9B6403. Grayscale: #959595. Windows color (decimal): -10183684 or 16554852. OLE color: 16554852.

HSL color Cylindrical-coordinate representation of color #649BFC: hue angle of 218.29º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649BFC is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 155 252 -
CMYK 0.60 0.38 0 0.01
HSL 218.29º 0.96% 0.69% -
HSV(B) 218.29º 0.6% 0.99% -
XYZ 34.55 33.18 96.68 -
YUV 149.61 185.78 92.61 -
System Red Green Blue C M Y K H S L
Decimal 100 155 252 0.60 0.38 0 0.01 218.29 0.96 0.69
Hex 64 9B FC 3C 26 0 1 DA 60 45
Octal 144 233 374 74 46 0 1 332 140 105
Binary 1100100 10011011 11111100 111100 100110 0 1 11011010 1100000 1000101

Color Harmonies of #649BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649BFC

Black with #649BFC

Text Example


Text Example

White with #649BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,155,252); }

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

background-color css

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

 a { background-color: rgb(100,155,252); }

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

border-color css

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

 span { border-color: rgb(100,155,252); }

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