Html Css Color HEX #649DFE Cornflower Blue

📋 copy color: '#649DFE'

red 100 ◦ green 157 ◦ blue 254

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

Shades of Cornflower Blue #649DFE

Tints of Cornflower Blue #649DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

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

R = 19.57%
G = 30.72%
B = 49.71%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#649DFE (or 0x649DFE) is known color: Cornflower Blue. HEX triplet: 64, 9D and FE. RGB value is (100,157,254). Sum of RGB (Red+Green+Blue) = 100+157+254=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #649DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649DFE is #9B6201. Grayscale: #969696. Windows color (decimal): -10183170 or 16686436. OLE color: 16686436.

HSL color Cylindrical-coordinate representation of color #649DFE: hue angle of 217.79º 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 #649DFE is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 157 254 -
CMYK 0.61 0.38 0 0.00
HSL 217.79º 0.99% 0.69% -
HSV(B) 217.79º 0.61% 1% -
XYZ 35.2 33.98 98.47 -
YUV 151.02 186.12 91.61 -
System Red Green Blue C M Y K H S L
Decimal 100 157 254 0.61 0.38 0 0.00 217.79 0.99 0.69
Hex 64 9D FE 3D 26 0 0 DA 63 45
Octal 144 235 376 75 46 0 0 332 143 105
Binary 1100100 10011101 11111110 111101 100110 0 0 11011010 1100011 1000101

Color Harmonies of #649DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649DFE

Black with #649DFE

Text Example


Text Example

White with #649DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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