Html Css Color HEX #648DFC Cornflower Blue

📋 copy color: '#648DFC'

red 100 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #648DFC

Tints of Cornflower Blue #648DFC

RGB

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

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

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

R = 20.28%
G = 28.6%
B = 51.12%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#648DFC (or 0x648DFC) is known color: Cornflower Blue. HEX triplet: 64, 8D and FC. RGB value is (100,141,252). Sum of RGB (Red+Green+Blue) = 100+141+252=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #648DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DFC is #9B7203. Grayscale: #8C8C8C. Windows color (decimal): -10187268 or 16551268. OLE color: 16551268.

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

Color convert

RGB 100 141 252 -
CMYK 0.60 0.44 0 0.01
HSL 223.82º 0.96% 0.69% -
HSV(B) 223.82º 0.6% 0.99% -
XYZ 32.35 28.79 95.95 -
YUV 141.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 100 141 252 0.60 0.44 0 0.01 223.82 0.96 0.69
Hex 64 8D FC 3C 2C 0 1 E0 60 45
Octal 144 215 374 74 54 0 1 340 140 105
Binary 1100100 10001101 11111100 111100 101100 0 1 11100000 1100000 1000101

Color Harmonies of #648DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DFC

Black with #648DFC

Text Example


Text Example

White with #648DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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