Html Css Color HEX #648FFF Cornflower Blue

📋 copy color: '#648FFF'

red 100 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #648FFF

Tints of Cornflower Blue #648FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.71%

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

R = 20.08%
G = 28.71%
B = 51.2%

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

#648FFF (or 0x648FFF) is known color: Cornflower Blue. HEX triplet: 64, 8F and FF. RGB value is (100,143,255). Sum of RGB (Red+Green+Blue) = 100+143+255=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #648FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FFF is #9B7000. Grayscale: #8E8E8E. Windows color (decimal): -10186753 or 16748388. OLE color: 16748388.

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

Color convert

RGB 100 143 255 -
CMYK 0.61 0.44 0 0
HSL 223.35º 1% 0.7% -
HSV(B) 223.35º 0.61% 1% -
XYZ 33.13 29.57 98.57 -
YUV 142.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 100 143 255 0.61 0.44 0 0 223.35 1 0.7
Hex 64 8F FF 3D 2C 0 0 DF 64 46
Octal 144 217 377 75 54 0 0 337 144 106
Binary 1100100 10001111 11111111 111101 101100 0 0 11011111 1100100 1000110

Color Harmonies of #648FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FFF

Black with #648FFF

Text Example


Text Example

White with #648FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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