#6172D3

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

Shades of Chetwode Blue #6172D3

Tints of Chetwode Blue #6172D3

Color information

#6172D3 (or 0x6172D3) is unknown color: approx Chetwode Blue. HEX triplet: 61, 72 and D3. RGB value is (97,114,211). Sum of RGB (Red+Green+Blue) = 97+114+211=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #6172D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172D3 is #9E8D2C. Grayscale: #777777. Windows color (decimal): -10390829 or 13857377. OLE color: 13857377.

HSL color Cylindrical-coordinate representation of color #6172D3: hue angle of 231.05º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6172D3 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB97114211-
CMYK0.540.4600.17
HSL231.05º56.44%60.39%-
HSV(B)231.05º54.03%82.75%-
XYZ22.719.2864.15-
YUV119.98179.37111.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.99%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 211 (82.81% from 255) = 50%
R=22.99%
G=27.01%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal971142110.540.4600.17231.0556.4460.39
Hex6172D3362E011e7383c
Octal14116232366560213477074
Binary110000111100101101001111011010111001000111100111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6172D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6172D3; }

 p { color: rgb(97,114,211); }

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

<style>
 a { background-color: #6172D3; }

 a { background-color: rgb(97,114,211); }

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

<style>
 span { border-color: #6172D3; }

 span { border-color: rgb(97,114,211); }

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