#648AD8

Color #648AD8 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #648AD8

Tints of Cornflower Blue #648AD8

Color information

#648AD8 (or 0x648AD8) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8A and D8. RGB value is (100,138,216). Sum of RGB (Red+Green+Blue) = 100+138+216=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #648AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648AD8 is #9B7527. Grayscale: #878787. Windows color (decimal): -10188072 or 14191204. OLE color: 14191204.

HSL color Cylindrical-coordinate representation of color #648AD8: hue angle of 220.34º 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 #648AD8 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100138216-
CMYK0.540.3600.15
HSL220.34º59.79%61.96%-
HSV(B)220.34º53.7%84.71%-
XYZ26.7425.8468.54-
YUV135.53173.41102.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.03%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 216 (84.77% from 255) = 47.58%
R=22.03%
G=30.40%
B=47.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001382160.540.3600.15220.3459.7961.96
Hex648AD836240Fdc3c3e
Octal14421233066440173347476
Binary110010010001010110110001101101001000111111011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #648AD8;
 }
 .AnyTagClassName
 {
   color: #648AD8;
 }
</style>
background-color css

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

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

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

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

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

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