#6167C1

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

Shades of Chetwode Blue #6167C1

Tints of Chetwode Blue #6167C1

Color information

#6167C1 (or 0x6167C1) is unknown color: approx Chetwode Blue. HEX triplet: 61, 67 and C1. RGB value is (97,103,193). Sum of RGB (Red+Green+Blue) = 97+103+193=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #6167C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6167C1 is #9E983E. Grayscale: #6F6F6F. Windows color (decimal): -10393663 or 12674913. OLE color: 12674913.

HSL color Cylindrical-coordinate representation of color #6167C1: hue angle of 236.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6167C1 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97103193-
CMYK0.500.4700.24
HSL236.25º43.64%56.86%-
HSV(B)236.25º49.74%75.69%-
XYZ19.4116.0952.54-
YUV111.47174.01117.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 193 (75.78% from 255) = 49.11%
R=24.68%
G=26.21%
B=49.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971031930.500.4700.24236.2543.6456.86
Hex6167C1322F018ec2c39
Octal14114730162570303545471
Binary110000111001111100000111001010111101100011101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6167C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6167C1; }

 p { color: rgb(97,103,193); }

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

<style>
 a { background-color: #6167C1; }

 a { background-color: rgb(97,103,193); }

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

<style>
 span { border-color: #6167C1; }

 span { border-color: rgb(97,103,193); }

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