Html Css Color HEX #648DFF Cornflower Blue

📋 copy color: '#648DFF'

red 100 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #648DFF

Tints of Cornflower Blue #648DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.43%

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

R = 20.16%
G = 28.43%
B = 51.41%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#648DFF (or 0x648DFF) is known color: Cornflower Blue. HEX triplet: 64, 8D and FF. RGB value is (100,141,255). Sum of RGB (Red+Green+Blue) = 100+141+255=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #648DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DFF is #9B7200. Grayscale: #8D8D8D. Windows color (decimal): -10187265 or 16747876. OLE color: 16747876.

HSL color Cylindrical-coordinate representation of color #648DFF: hue angle of 224.13º 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 #648DFF is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 141 255 -
CMYK 0.61 0.45 0 0
HSL 224.13º 1% 0.7% -
HSV(B) 224.13º 0.61% 1% -
XYZ 32.83 28.98 98.47 -
YUV 141.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 100 141 255 0.61 0.45 0 0 224.13 1 0.7
Hex 64 8D FF 3D 2D 0 0 E0 64 46
Octal 144 215 377 75 55 0 0 340 144 106
Binary 1100100 10001101 11111111 111101 101101 0 0 11100000 1100100 1000110

Color Harmonies of #648DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DFF

Black with #648DFF

Text Example


Text Example

White with #648DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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