Html Css Color HEX #648FD7 Cornflower Blue

📋 copy color: '#648FD7'

red 100 ◦ green 143 ◦ blue 215

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

Shades of Cornflower Blue #648FD7

Tints of Cornflower Blue #648FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.94%

R = 21.83%
G = 31.22%
B = 46.94%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#648FD7 (or 0x648FD7) is known color: Cornflower Blue. HEX triplet: 64, 8F and D7. RGB value is (100,143,215). Sum of RGB (Red+Green+Blue) = 100+143+215=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #648FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FD7 is #9B7028. Grayscale: #8A8A8A. Windows color (decimal): -10186793 or 14126948. OLE color: 14126948.

HSL color Cylindrical-coordinate representation of color #648FD7: hue angle of 217.57º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #648FD7 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 143 215 -
CMYK 0.53 0.33 0 0.16
HSL 217.57º 0.59% 0.62% -
HSV(B) 217.57º 0.53% 0.84% -
XYZ 27.34 27.26 68.11 -
YUV 138.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 100 143 215 0.53 0.33 0 0.16 217.57 0.59 0.62
Hex 64 8F D7 35 21 0 10 DA 3B 3E
Octal 144 217 327 65 41 0 20 332 73 76
Binary 1100100 10001111 11010111 110101 100001 0 10000 11011010 111011 111110

Color Harmonies of #648FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FD7

Black with #648FD7

Text Example


Text Example

White with #648FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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