Html Css Color HEX #648DD8 Cornflower Blue

📋 copy color: '#648DD8'

red 100 ◦ green 141 ◦ blue 216

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

Shades of Cornflower Blue #648DD8

Tints of Cornflower Blue #648DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 21.88%
G = 30.85%
B = 47.26%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#648DD8 (or 0x648DD8) is known color: Cornflower Blue. HEX triplet: 64, 8D and D8. RGB value is (100,141,216). Sum of RGB (Red+Green+Blue) = 100+141+216=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #648DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DD8 is #9B7227. Grayscale: #888888. Windows color (decimal): -10187304 or 14191972. OLE color: 14191972.

HSL color Cylindrical-coordinate representation of color #648DD8: hue angle of 218.79º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #648DD8 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 141 216 -
CMYK 0.54 0.35 0 0.15
HSL 218.79º 0.6% 0.62% -
HSV(B) 218.79º 0.54% 0.85% -
XYZ 27.18 26.72 68.69 -
YUV 137.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 100 141 216 0.54 0.35 0 0.15 218.79 0.6 0.62
Hex 64 8D D8 36 23 0 F DB 3C 3E
Octal 144 215 330 66 43 0 17 333 74 76
Binary 1100100 10001101 11011000 110110 100011 0 1111 11011011 111100 111110

Color Harmonies of #648DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DD8

Black with #648DD8

Text Example


Text Example

White with #648DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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