#6167D1

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

Shades of Slate Blue #6167D1

Tints of Slate Blue #6167D1

Color information

#6167D1 (or 0x6167D1) is unknown color: approx Slate Blue. HEX triplet: 61, 67 and D1. RGB value is (97,103,209). Sum of RGB (Red+Green+Blue) = 97+103+209=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #6167D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6167D1 is #9E982E. Grayscale: #707070. Windows color (decimal): -10393647 or 13723489. OLE color: 13723489.

HSL color Cylindrical-coordinate representation of color #6167D1: hue angle of 236.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6167D1 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97103209-
CMYK0.540.5100.18
HSL236.79º54.9%60%-
HSV(B)236.79º53.59%81.96%-
XYZ21.2916.8562.45-
YUV113.29182.01116.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 209 (82.03% from 255) = 51.10%
R=23.72%
G=25.18%
B=51.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971032090.540.5100.18236.7954.960
Hex6167D13633012ed373c
Octal14114732166630223556774
Binary110000111001111101000111011011001101001011101101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6167D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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