Html Css Color HEX #648ED7 Cornflower Blue

📋 copy color: '#648ED7'

red 100 ◦ green 142 ◦ blue 215

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

Shades of Cornflower Blue #648ED7

Tints of Cornflower Blue #648ED7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.07%

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

R = 21.88%
G = 31.07%
B = 47.05%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#648ED7 (or 0x648ED7) is known color: Cornflower Blue. HEX triplet: 64, 8E and D7. RGB value is (100,142,215). Sum of RGB (Red+Green+Blue) = 100+142+215=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #648ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ED7 is #9B7128. Grayscale: #898989. Windows color (decimal): -10187049 or 14126692. OLE color: 14126692.

HSL color Cylindrical-coordinate representation of color #648ED7: hue angle of 218.09º 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 #648ED7 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 142 215 -
CMYK 0.53 0.34 0 0.16
HSL 218.09º 0.59% 0.62% -
HSV(B) 218.09º 0.53% 0.84% -
XYZ 27.19 26.96 68.06 -
YUV 137.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 100 142 215 0.53 0.34 0 0.16 218.09 0.59 0.62
Hex 64 8E D7 35 22 0 10 DA 3B 3E
Octal 144 216 327 65 42 0 20 332 73 76
Binary 1100100 10001110 11010111 110101 100010 0 10000 11011010 111011 111110

Color Harmonies of #648ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648ED7

Black with #648ED7

Text Example


Text Example

White with #648ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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