#648CD9

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

Shades of Cornflower Blue #648CD9

Tints of Cornflower Blue #648CD9

Color information

#648CD9 (or 0x648CD9) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8C and D9. RGB value is (100,140,217). Sum of RGB (Red+Green+Blue) = 100+140+217=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #648CD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CD9 is #9B7326. Grayscale: #888888. Windows color (decimal): -10187559 or 14257252. OLE color: 14257252.

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

Color convert

RGB100140217-
CMYK0.540.3500.15
HSL219.49º60.62%62.16%-
HSV(B)219.49º53.92%85.1%-
XYZ27.1626.4869.32-
YUV136.82173.25101.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 217 (85.16% from 255) = 47.48%
R=21.88%
G=30.63%
B=47.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001402170.540.3500.15219.4960.6262.16
Hex648CD936230Fdb3d3e
Octal14421433166430173337576
Binary110010010001100110110011101101000110111111011011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,140,217); }

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

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

 a { background-color: rgb(100,140,217); }

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

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

 span { border-color: rgb(100,140,217); }

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