#6175C9

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

Shades of Chetwode Blue #6175C9

Tints of Chetwode Blue #6175C9

Color information

#6175C9 (or 0x6175C9) is unknown color: approx Chetwode Blue. HEX triplet: 61, 75 and C9. RGB value is (97,117,201). Sum of RGB (Red+Green+Blue) = 97+117+201=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #6175C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175C9 is #9E8A36. Grayscale: #787878. Windows color (decimal): -10390071 or 13202785. OLE color: 13202785.

HSL color Cylindrical-coordinate representation of color #6175C9: hue angle of 228.46º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6175C9 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97117201-
CMYK0.520.4200.21
HSL228.46º49.06%58.43%-
HSV(B)228.46º51.74%78.82%-
XYZ21.8319.4857.87-
YUV120.6173.37111.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 201 (78.91% from 255) = 48.43%
R=23.37%
G=28.19%
B=48.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971172010.520.4200.21228.4649.0658.43
Hex6175C9342A015e4313a
Octal14116531164520253446172
Binary110000111101011100100111010010101001010111100100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6175C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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