#6175BF

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

Shades of Chetwode Blue #6175BF

Tints of Chetwode Blue #6175BF

Color information

#6175BF (or 0x6175BF) is unknown color: approx Chetwode Blue. HEX triplet: 61, 75 and BF. RGB value is (97,117,191). Sum of RGB (Red+Green+Blue) = 97+117+191=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #6175BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175BF is #9E8A40. Grayscale: #777777. Windows color (decimal): -10390081 or 12547425. OLE color: 12547425.

HSL color Cylindrical-coordinate representation of color #6175BF: hue angle of 227.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6175BF is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97117191-
CMYK0.490.3900.25
HSL227.23º42.34%56.47%-
HSV(B)227.23º49.21%74.9%-
XYZ20.719.0351.87-
YUV119.46168.37111.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.95%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 191 (75% from 255) = 47.16%
R=23.95%
G=28.89%
B=47.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971171910.490.3900.25227.2342.3456.47
Hex6175BF3127019e32a38
Octal14116527761470313435270
Binary110000111101011011111111000110011101100111100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6175BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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