#6175BA

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

Shades of Chetwode Blue #6175BA

Tints of Chetwode Blue #6175BA

Color information

#6175BA (or 0x6175BA) is unknown color: approx Chetwode Blue. HEX triplet: 61, 75 and BA. RGB value is (97,117,186). Sum of RGB (Red+Green+Blue) = 97+117+186=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #6175BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175BA is #9E8A45. Grayscale: #767676. Windows color (decimal): -10390086 or 12219745. OLE color: 12219745.

HSL color Cylindrical-coordinate representation of color #6175BA: hue angle of 226.52º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6175BA is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97117186-
CMYK0.480.3700.27
HSL226.52º39.21%55.49%-
HSV(B)226.52º47.85%72.94%-
XYZ20.1518.8149.02-
YUV118.89165.87112.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=24.25%
G=29.25%
B=46.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971171860.480.3700.27226.5239.2155.49
Hex6175BA302501Be32737
Octal14116527260450333434767
Binary110000111101011011101011000010010101101111100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6175BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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