Html Css Color HEX #648FE1 Cornflower Blue

📋 copy color: '#648FE1'

red 100 ◦ green 143 ◦ blue 225

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

Shades of Cornflower Blue #648FE1

Tints of Cornflower Blue #648FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.08%

R = 21.37%
G = 30.56%
B = 48.08%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#648FE1 (or 0x648FE1) is known color: Cornflower Blue. HEX triplet: 64, 8F and E1. RGB value is (100,143,225). Sum of RGB (Red+Green+Blue) = 100+143+225=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #648FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FE1 is #9B701E. Grayscale: #8B8B8B. Windows color (decimal): -10186783 or 14782308. OLE color: 14782308.

HSL color Cylindrical-coordinate representation of color #648FE1: hue angle of 219.36º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #648FE1 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 143 225 -
CMYK 0.56 0.36 0 0.12
HSL 219.36º 0.68% 0.64% -
HSV(B) 219.36º 0.56% 0.88% -
XYZ 28.67 27.79 75.09 -
YUV 139.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 100 143 225 0.56 0.36 0 0.12 219.36 0.68 0.64
Hex 64 8F E1 38 24 0 C DB 44 40
Octal 144 217 341 70 44 0 14 333 104 100
Binary 1100100 10001111 11100001 111000 100100 0 1100 11011011 1000100 1000000

Color Harmonies of #648FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FE1

Black with #648FE1

Text Example


Text Example

White with #648FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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