#6180EF

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

Shades of Cornflower Blue #6180EF

Tints of Cornflower Blue #6180EF

Color information

#6180EF (or 0x6180EF) is unknown color: approx Cornflower Blue. HEX triplet: 61, 80 and EF. RGB value is (97,128,239). Sum of RGB (Red+Green+Blue) = 97+128+239=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #6180EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6180EF is #9E7F10. Grayscale: #828282. Windows color (decimal): -10387217 or 15695969. OLE color: 15695969.

HSL color Cylindrical-coordinate representation of color #6180EF: hue angle of 226.9º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6180EF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB97128239-
CMYK0.590.4600.06
HSL226.9º81.61%65.88%-
HSV(B)226.9º59.41%93.73%-
XYZ28.2324.2184.85-
YUV131.38188.73103.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 239 (93.75% from 255) = 51.51%
R=20.91%
G=27.59%
B=51.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal971282390.590.4600.06226.981.6165.88
Hex6180EF3B2E06e35242
Octal141200357735606343122102
Binary1100001100000001110111111101110111001101110001110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6180EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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