#6175CD

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

Shades of Chetwode Blue #6175CD

Tints of Chetwode Blue #6175CD

Color information

#6175CD (or 0x6175CD) is unknown color: approx Chetwode Blue. HEX triplet: 61, 75 and CD. RGB value is (97,117,205). Sum of RGB (Red+Green+Blue) = 97+117+205=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #6175CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6175CD is #9E8A32. Grayscale: #787878. Windows color (decimal): -10390067 or 13464929. OLE color: 13464929.

HSL color Cylindrical-coordinate representation of color #6175CD: hue angle of 228.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6175CD is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97117205-
CMYK0.530.4300.20
HSL228.89º51.92%59.22%-
HSV(B)228.89º52.68%80.39%-
XYZ22.3119.6760.38-
YUV121.05175.37110.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.15%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=23.15%
G=27.92%
B=48.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971172050.530.4300.20228.8951.9259.22
Hex6175CD352B014e5343b
Octal14116531565530243456473
Binary110000111101011100110111010110101101010011100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6175CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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