Html Css Color HEX #649CFE Cornflower Blue

📋 copy color: '#649CFE'

red 100 ◦ green 156 ◦ blue 254

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

Shades of Cornflower Blue #649CFE

Tints of Cornflower Blue #649CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 19.61%
G = 30.59%
B = 49.8%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#649CFE (or 0x649CFE) is known color: Cornflower Blue. HEX triplet: 64, 9C and FE. RGB value is (100,156,254). Sum of RGB (Red+Green+Blue) = 100+156+254=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #649CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CFE is #9B6301. Grayscale: #959595. Windows color (decimal): -10183426 or 16686180. OLE color: 16686180.

HSL color Cylindrical-coordinate representation of color #649CFE: hue angle of 218.18º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #649CFE is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 156 254 -
CMYK 0.61 0.39 0 0.00
HSL 218.18º 0.99% 0.69% -
HSV(B) 218.18º 0.61% 1% -
XYZ 35.03 33.64 98.41 -
YUV 150.43 186.45 92.03 -
System Red Green Blue C M Y K H S L
Decimal 100 156 254 0.61 0.39 0 0.00 218.18 0.99 0.69
Hex 64 9C FE 3D 27 0 0 DA 63 45
Octal 144 234 376 75 47 0 0 332 143 105
Binary 1100100 10011100 11111110 111101 100111 0 0 11011010 1100011 1000101

Color Harmonies of #649CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CFE

Black with #649CFE

Text Example


Text Example

White with #649CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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