Html Css Color HEX #648EFF Cornflower Blue

📋 copy color: '#648EFF'

red 100 ◦ green 142 ◦ blue 255

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

Shades of Cornflower Blue #648EFF

Tints of Cornflower Blue #648EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.57%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 20.12%
G = 28.57%
B = 51.31%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#648EFF (or 0x648EFF) is known color: Cornflower Blue. HEX triplet: 64, 8E and FF. RGB value is (100,142,255). Sum of RGB (Red+Green+Blue) = 100+142+255=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #648EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EFF is #9B7100. Grayscale: #8D8D8D. Windows color (decimal): -10187009 or 16748132. OLE color: 16748132.

HSL color Cylindrical-coordinate representation of color #648EFF: hue angle of 223.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #648EFF is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 142 255 -
CMYK 0.61 0.44 0 0
HSL 223.74º 1% 0.7% -
HSV(B) 223.74º 0.61% 1% -
XYZ 32.98 29.28 98.52 -
YUV 142.32 191.59 97.81 -
System Red Green Blue C M Y K H S L
Decimal 100 142 255 0.61 0.44 0 0 223.74 1 0.7
Hex 64 8E FF 3D 2C 0 0 E0 64 46
Octal 144 216 377 75 54 0 0 340 144 106
Binary 1100100 10001110 11111111 111101 101100 0 0 11100000 1100100 1000110

Color Harmonies of #648EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EFF

Black with #648EFF

Text Example


Text Example

White with #648EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648EFF; }

 p { color: rgb(100,142,255); }

 H1.HeaderClassName
 {
   color: #648EFF;
 }
 .AnyTagClassName
 {
   color: #648EFF;
 }
</style>

background-color css

<style>
 a { background-color: #648EFF; }

 a { background-color: rgb(100,142,255); }

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

border-color css

<style>
 span { border-color: #648EFF; }

 span { border-color: rgb(100,142,255); }

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