#667CA1

Color #667CA1 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #667CA1

Tints of Slate Grey #667CA1

Color information

#667CA1 (or 0x667CA1) is unknown color: approx Slate Grey. HEX triplet: 66, 7C and A1. RGB value is (102,124,161). Sum of RGB (Red+Green+Blue) = 102+124+161=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #667CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CA1 is #99835E. Grayscale: #797979. Windows color (decimal): -10060639 or 10583142. OLE color: 10583142.

HSL color Cylindrical-coordinate representation of color #667CA1: hue angle of 217.63º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #667CA1 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB102124161-
CMYK0.370.2300.37
HSL217.63º23.89%51.57%-
HSV(B)217.63º36.65%63.14%-
XYZ19.1219.8136.53-
YUV121.64150.21113.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 161 (63.28% from 255) = 41.60%
R=26.36%
G=32.04%
B=41.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021241610.370.2300.37217.6323.8951.57
Hex667CA12517025da1834
Octal14617424145270453323064
Binary11001101111100101000011001011011101001011101101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667CA1; }

 p { color: rgb(102,124,161); }

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

<style>
 a { background-color: #667CA1; }

 a { background-color: rgb(102,124,161); }

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

<style>
 span { border-color: #667CA1; }

 span { border-color: rgb(102,124,161); }

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