Html Css Color HEX #648FFC Cornflower Blue

📋 copy color: '#648FFC'

red 100 ◦ green 143 ◦ blue 252

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

Shades of Cornflower Blue #648FFC

Tints of Cornflower Blue #648FFC

RGB

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

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

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

R = 20.2%
G = 28.89%
B = 50.91%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#648FFC (or 0x648FFC) is known color: Cornflower Blue. HEX triplet: 64, 8F and FC. RGB value is (100,143,252). Sum of RGB (Red+Green+Blue) = 100+143+252=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #648FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FFC is #9B7003. Grayscale: #8E8E8E. Windows color (decimal): -10186756 or 16551780. OLE color: 16551780.

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

Color convert

RGB 100 143 252 -
CMYK 0.60 0.43 0 0.01
HSL 223.03º 0.96% 0.69% -
HSV(B) 223.03º 0.6% 0.99% -
XYZ 32.65 29.38 96.05 -
YUV 142.57 189.75 97.64 -
System Red Green Blue C M Y K H S L
Decimal 100 143 252 0.60 0.43 0 0.01 223.03 0.96 0.69
Hex 64 8F FC 3C 2B 0 1 DF 60 45
Octal 144 217 374 74 53 0 1 337 140 105
Binary 1100100 10001111 11111100 111100 101011 0 1 11011111 1100000 1000101

Color Harmonies of #648FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FFC

Black with #648FFC

Text Example


Text Example

White with #648FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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