#648DDA

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

Shades of Cornflower Blue #648DDA

Tints of Cornflower Blue #648DDA

Color information

#648DDA (or 0x648DDA) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8D and DA. RGB value is (100,141,218). Sum of RGB (Red+Green+Blue) = 100+141+218=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #648DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DDA is #9B7225. Grayscale: #898989. Windows color (decimal): -10187302 or 14323044. OLE color: 14323044.

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

Color convert

RGB100141218-
CMYK0.540.3500.15
HSL219.15º61.46%62.35%-
HSV(B)219.15º54.13%85.49%-
XYZ27.4426.8270.06-
YUV137.52173.42101.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.79%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 218 (85.55% from 255) = 47.49%
R=21.79%
G=30.72%
B=47.49%

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
Decimal1001412180.540.3500.15219.1561.4662.35
Hex648DDA36230Fdb3d3e
Octal14421533266430173337576
Binary110010010001101110110101101101000110111111011011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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