#6167D6

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

Shades of Slate Blue #6167D6

Tints of Slate Blue #6167D6

Color information

#6167D6 (or 0x6167D6) is unknown color: approx Slate Blue. HEX triplet: 61, 67 and D6. RGB value is (97,103,214). Sum of RGB (Red+Green+Blue) = 97+103+214=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #6167D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6167D6 is #9E9829. Grayscale: #717171. Windows color (decimal): -10393642 or 14051169. OLE color: 14051169.

HSL color Cylindrical-coordinate representation of color #6167D6: hue angle of 236.92º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6167D6 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97103214-
CMYK0.550.5200.16
HSL236.92º58.79%60.98%-
HSV(B)236.92º54.67%83.92%-
XYZ21.9217.165.76-
YUV113.86184.51115.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 214 (83.98% from 255) = 51.69%
R=23.43%
G=24.88%
B=51.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971032140.550.5200.16236.9258.7960.98
Hex6167D63734010ed3b3d
Octal14114732667640203557375
Binary110000111001111101011011011111010001000011101101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6167D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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