#6167A5

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

Shades of Chetwode Blue #6167A5

Tints of Chetwode Blue #6167A5

Color information

#6167A5 (or 0x6167A5) is unknown color: approx Chetwode Blue. HEX triplet: 61, 67 and A5. RGB value is (97,103,165). Sum of RGB (Red+Green+Blue) = 97+103+165=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #6167A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6167A5 is #9E985A. Grayscale: #6C6C6C. Windows color (decimal): -10393691 or 10839905. OLE color: 10839905.

HSL color Cylindrical-coordinate representation of color #6167A5: hue angle of 234.71º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6167A5 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB97103165-
CMYK0.410.3800.35
HSL234.71º27.42%51.37%-
HSV(B)234.71º41.21%64.71%-
XYZ16.5714.9637.61-
YUV108.27160.01119.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 165 (64.84% from 255) = 45.21%
R=26.58%
G=28.22%
B=45.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971031650.410.3800.35234.7127.4251.37
Hex6167A52926023eb1b33
Octal14114724551460433533363
Binary110000111001111010010110100110011001000111110101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6167A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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