#6580DD

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

Shades of Cornflower Blue #6580DD

Tints of Cornflower Blue #6580DD

Color information

#6580DD (or 0x6580DD) is unknown color: approx Cornflower Blue. HEX triplet: 65, 80 and DD. RGB value is (101,128,221). Sum of RGB (Red+Green+Blue) = 101+128+221=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #6580DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580DD is #9A7F22. Grayscale: #828282. Windows color (decimal): -10125091 or 14516325. OLE color: 14516325.

HSL color Cylindrical-coordinate representation of color #6580DD: hue angle of 226.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 #6580DD is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101128221-
CMYK0.540.4200.13
HSL226.5º63.83%63.14%-
HSV(B)226.5º54.3%86.67%-
XYZ26.1423.4371.55-
YUV130.53179.05106.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.44%
GREEN value IS 128 (50.39% from 255) = 28.44%
BLUE value IS 221 (86.72% from 255) = 49.11%
R=22.44%
G=28.44%
B=49.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011282210.540.4200.13226.563.8363.14
Hex6580DD362A0De2403f
Octal145200335665201534210077
Binary1100101100000001101110111011010101001101111000101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6580DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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