#6584DD

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

Shades of Cornflower Blue #6584DD

Tints of Cornflower Blue #6584DD

Color information

#6584DD (or 0x6584DD) is unknown color: approx Cornflower Blue. HEX triplet: 65, 84 and DD. RGB value is (101,132,221). Sum of RGB (Red+Green+Blue) = 101+132+221=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #6584DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6584DD is #9A7B22. Grayscale: #848484. Windows color (decimal): -10124067 or 14517349. OLE color: 14517349.

HSL color Cylindrical-coordinate representation of color #6584DD: hue angle of 224.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6584DD is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101132221-
CMYK0.540.4000.13
HSL224.5º63.83%63.14%-
HSV(B)224.5º54.3%86.67%-
XYZ26.6724.4971.73-
YUV132.88177.73105.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.25%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 221 (86.72% from 255) = 48.68%
R=22.25%
G=29.07%
B=48.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011322210.540.4000.13224.563.8363.14
Hex6584DD36280De0403f
Octal145204335665001534010077
Binary1100101100001001101110111011010100001101111000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6584DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6584DD; }

 p { color: rgb(101,132,221); }

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

<style>
 a { background-color: #6584DD; }

 a { background-color: rgb(101,132,221); }

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

<style>
 span { border-color: #6584DD; }

 span { border-color: rgb(101,132,221); }

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