#6167CD

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

Shades of Slate Blue #6167CD

Tints of Slate Blue #6167CD

Color information

#6167CD (or 0x6167CD) is unknown color: approx Slate Blue. HEX triplet: 61, 67 and CD. RGB value is (97,103,205). Sum of RGB (Red+Green+Blue) = 97+103+205=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #6167CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6167CD is #9E9832. Grayscale: #707070. Windows color (decimal): -10393651 or 13461345. OLE color: 13461345.

HSL color Cylindrical-coordinate representation of color #6167CD: hue angle of 236.67º 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 #6167CD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97103205-
CMYK0.530.5000.20
HSL236.67º51.92%59.22%-
HSV(B)236.67º52.68%80.39%-
XYZ20.816.6559.88-
YUV112.83180.01116.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.95%
GREEN value IS 103 (40.62% from 255) = 25.43%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=23.95%
G=25.43%
B=50.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971032050.530.5000.20236.6751.9259.22
Hex6167CD3532014ed343b
Octal14114731565620243556473
Binary110000111001111100110111010111001001010011101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6167CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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