Html Css Color HEX #649AF8 Cornflower Blue

📋 copy color: '#649AF8'

red 100 ◦ green 154 ◦ blue 248

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

Shades of Cornflower Blue #649AF8

Tints of Cornflower Blue #649AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.4%

R = 19.92%
G = 30.68%
B = 49.4%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#649AF8 (or 0x649AF8) is known color: Cornflower Blue. HEX triplet: 64, 9A and F8. RGB value is (100,154,248). Sum of RGB (Red+Green+Blue) = 100+154+248=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #649AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649AF8 is #9B6507. Grayscale: #949494. Windows color (decimal): -10183944 or 16292452. OLE color: 16292452.

HSL color Cylindrical-coordinate representation of color #649AF8: hue angle of 218.11º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649AF8 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 154 248 -
CMYK 0.60 0.38 0 0.03
HSL 218.11º 0.91% 0.68% -
HSV(B) 218.11º 0.6% 0.97% -
XYZ 33.75 32.6 93.32 -
YUV 148.57 184.11 93.36 -
System Red Green Blue C M Y K H S L
Decimal 100 154 248 0.60 0.38 0 0.03 218.11 0.91 0.68
Hex 64 9A F8 3C 26 0 3 DA 5B 44
Octal 144 232 370 74 46 0 3 332 133 104
Binary 1100100 10011010 11111000 111100 100110 0 11 11011010 1011011 1000100

Color Harmonies of #649AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649AF8

Black with #649AF8

Text Example


Text Example

White with #649AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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