#667DA1

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

Shades of Slate Grey #667DA1

Tints of Slate Grey #667DA1

Color information

#667DA1 (or 0x667DA1) is unknown color: approx Slate Grey. HEX triplet: 66, 7D and A1. RGB value is (102,125,161). Sum of RGB (Red+Green+Blue) = 102+125+161=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #667DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DA1 is #99825E. Grayscale: #7A7A7A. Windows color (decimal): -10060383 or 10583398. OLE color: 10583398.

HSL color Cylindrical-coordinate representation of color #667DA1: hue angle of 216.61º 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 #667DA1 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB102125161-
CMYK0.370.2200.37
HSL216.61º23.89%51.57%-
HSV(B)216.61º36.65%63.14%-
XYZ19.2520.0736.58-
YUV122.23149.88113.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 161 (63.28% from 255) = 41.49%
R=26.29%
G=32.22%
B=41.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021251610.370.2200.37216.6123.8951.57
Hex667DA12516025d91834
Octal14617524145260453313064
Binary11001101111101101000011001011011001001011101100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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