#6180ED

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

Shades of Cornflower Blue #6180ED

Tints of Cornflower Blue #6180ED

Color information

#6180ED (or 0x6180ED) is unknown color: approx Cornflower Blue. HEX triplet: 61, 80 and ED. RGB value is (97,128,237). Sum of RGB (Red+Green+Blue) = 97+128+237=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #6180ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6180ED is #9E7F12. Grayscale: #828282. Windows color (decimal): -10387219 or 15564897. OLE color: 15564897.

HSL color Cylindrical-coordinate representation of color #6180ED: hue angle of 226.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6180ED is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97128237-
CMYK0.590.4600.07
HSL226.71º79.55%65.49%-
HSV(B)226.71º59.07%92.94%-
XYZ27.9324.0983.3-
YUV131.16187.73103.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.00%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 237 (92.97% from 255) = 51.30%
R=21.00%
G=27.71%
B=51.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971282370.590.4600.07226.7179.5565.49
Hex6180ED3B2E07e35041
Octal141200355735607343120101
Binary1100001100000001110110111101110111001111110001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6180ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6180ED; }

 p { color: rgb(97,128,237); }

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

<style>
 a { background-color: #6180ED; }

 a { background-color: rgb(97,128,237); }

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

<style>
 span { border-color: #6180ED; }

 span { border-color: rgb(97,128,237); }

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