Html Css Color HEX #649FFA Cornflower Blue

📋 copy color: '#649FFA'

red 100 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #649FFA

Tints of Cornflower Blue #649FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 19.65%
G = 31.24%
B = 49.12%

CMYK

 C value IS 0.6

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#649FFA (or 0x649FFA) is known color: Cornflower Blue. HEX triplet: 64, 9F and FA. RGB value is (100,159,250). Sum of RGB (Red+Green+Blue) = 100+159+250=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #649FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FFA is #9B6005. Grayscale: #979797. Windows color (decimal): -10182662 or 16424804. OLE color: 16424804.

HSL color Cylindrical-coordinate representation of color #649FFA: hue angle of 216.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649FFA is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 159 250 -
CMYK 0.6 0.36 0 0.02
HSL 216.4º 0.94% 0.69% -
HSV(B) 216.4º 0.6% 0.98% -
XYZ 34.91 34.41 95.24 -
YUV 151.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 100 159 250 0.6 0.36 0 0.02 216.4 0.94 0.69
Hex 64 9F FA 3C 24 0 2 D8 5E 45
Octal 144 237 372 74 44 0 2 330 136 105
Binary 1100100 10011111 11111010 111100 100100 0 10 11011000 1011110 1000101

Color Harmonies of #649FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FFA

Black with #649FFA

Text Example


Text Example

White with #649FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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