Html Css Color HEX #649FFD Cornflower Blue

📋 copy color: '#649FFD'

red 100 ◦ green 159 ◦ blue 253

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

Shades of Cornflower Blue #649FFD

Tints of Cornflower Blue #649FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.05%

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

R = 19.53%
G = 31.05%
B = 49.41%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#649FFD (or 0x649FFD) is known color: Cornflower Blue. HEX triplet: 64, 9F and FD. RGB value is (100,159,253). Sum of RGB (Red+Green+Blue) = 100+159+253=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #649FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FFD is #9B6002. Grayscale: #979797. Windows color (decimal): -10182659 or 16621412. OLE color: 16621412.

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

Color convert

RGB 100 159 253 -
CMYK 0.60 0.37 0 0.01
HSL 216.86º 0.97% 0.69% -
HSV(B) 216.86º 0.6% 0.99% -
XYZ 35.38 34.6 97.74 -
YUV 152.08 184.95 90.86 -
System Red Green Blue C M Y K H S L
Decimal 100 159 253 0.60 0.37 0 0.01 216.86 0.97 0.69
Hex 64 9F FD 3C 25 0 1 D9 61 45
Octal 144 237 375 74 45 0 1 331 141 105
Binary 1100100 10011111 11111101 111100 100101 0 1 11011001 1100001 1000101

Color Harmonies of #649FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FFD

Black with #649FFD

Text Example


Text Example

White with #649FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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