Html Css Color HEX #649AFC Cornflower Blue

📋 copy color: '#649AFC'

red 100 ◦ green 154 ◦ blue 252

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

Shades of Cornflower Blue #649AFC

Tints of Cornflower Blue #649AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 19.76%
G = 30.43%
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

#649AFC (or 0x649AFC) is known color: Cornflower Blue. HEX triplet: 64, 9A and FC. RGB value is (100,154,252). Sum of RGB (Red+Green+Blue) = 100+154+252=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #649AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649AFC is #9B6503. Grayscale: #949494. Windows color (decimal): -10183940 or 16554596. OLE color: 16554596.

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

Color convert

RGB 100 154 252 -
CMYK 0.60 0.39 0 0.01
HSL 218.68º 0.96% 0.69% -
HSV(B) 218.68º 0.6% 0.99% -
XYZ 34.38 32.85 96.62 -
YUV 149.03 186.11 93.03 -
System Red Green Blue C M Y K H S L
Decimal 100 154 252 0.60 0.39 0 0.01 218.68 0.96 0.69
Hex 64 9A FC 3C 27 0 1 DB 60 45
Octal 144 232 374 74 47 0 1 333 140 105
Binary 1100100 10011010 11111100 111100 100111 0 1 11011011 1100000 1000101

Color Harmonies of #649AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649AFC

Black with #649AFC

Text Example


Text Example

White with #649AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,154,252); }

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

background-color css

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

 a { background-color: rgb(100,154,252); }

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

border-color css

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

 span { border-color: rgb(100,154,252); }

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