Html Css Color HEX #649BFD Cornflower Blue

📋 copy color: '#649BFD'

red 100 ◦ green 155 ◦ blue 253

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

Shades of Cornflower Blue #649BFD

Tints of Cornflower Blue #649BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 19.69%
G = 30.51%
B = 49.8%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#649BFD (or 0x649BFD) is known color: Cornflower Blue. HEX triplet: 64, 9B and FD. RGB value is (100,155,253). Sum of RGB (Red+Green+Blue) = 100+155+253=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #649BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BFD is #9B6402. Grayscale: #959595. Windows color (decimal): -10183683 or 16620388. OLE color: 16620388.

HSL color Cylindrical-coordinate representation of color #649BFD: hue angle of 218.43º degrees, saturation: 0.97, 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 #649BFD is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 155 253 -
CMYK 0.60 0.39 0 0.01
HSL 218.43º 0.97% 0.69% -
HSV(B) 218.43º 0.6% 0.99% -
XYZ 34.71 33.24 97.52 -
YUV 149.73 186.28 92.53 -
System Red Green Blue C M Y K H S L
Decimal 100 155 253 0.60 0.39 0 0.01 218.43 0.97 0.69
Hex 64 9B FD 3C 27 0 1 DA 61 45
Octal 144 233 375 74 47 0 1 332 141 105
Binary 1100100 10011011 11111101 111100 100111 0 1 11011010 1100001 1000101

Color Harmonies of #649BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649BFD

Black with #649BFD

Text Example


Text Example

White with #649BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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