#6175EC

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

Shades of Cornflower Blue #6175EC

Tints of Cornflower Blue #6175EC

Color information

#6175EC (or 0x6175EC) is unknown color: approx Cornflower Blue. HEX triplet: 61, 75 and EC. RGB value is (97,117,236). Sum of RGB (Red+Green+Blue) = 97+117+236=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #6175EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6175EC is #9E8A13. Grayscale: #7C7C7C. Windows color (decimal): -10390036 or 15496545. OLE color: 15496545.

HSL color Cylindrical-coordinate representation of color #6175EC: hue angle of 231.37º degrees, saturation: 0.79, 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 #6175EC is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97117236-
CMYK0.590.5000.07
HSL231.37º78.53%65.29%-
HSV(B)231.37º58.9%92.55%-
XYZ26.4321.3282.08-
YUV124.59190.87108.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.56%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 236 (92.58% from 255) = 52.44%
R=21.56%
G=26%
B=52.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971172360.590.5000.07231.3778.5365.29
Hex6175EC3B3207e74f41
Octal141165354736207347117101
Binary110000111101011110110011101111001001111110011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6175EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6175EC; }

 p { color: rgb(97,117,236); }

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

<style>
 a { background-color: #6175EC; }

 a { background-color: rgb(97,117,236); }

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

<style>
 span { border-color: #6175EC; }

 span { border-color: rgb(97,117,236); }

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