Html Css Color HEX #667A9B Slate Grey

📋 copy color: '#667A9B'

red 102 ◦ green 122 ◦ blue 155

#667A9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #667A9B

Tints of Slate Grey #667A9B

RGB

 RED value IS 102 (40.23% from 255) = 26.91%

 GREEN value IS 122 (48.05% from 255) = 32.19%

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 26.91%
G = 32.19%
B = 40.9%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#667A9B (or 0x667A9B) is known color: Slate Grey. HEX triplet: 66, 7A and 9B. RGB value is (102,122,155). Sum of RGB (Red+Green+Blue) = 102+122+155=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #667A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A9B is #998564. Grayscale: #777777. Windows color (decimal): -10061157 or 10189414. OLE color: 10189414.

HSL color Cylindrical-coordinate representation of color #667A9B: hue angle of 217.36º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #667A9B is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 122 155 -
CMYK 0.34 0.21 0 0.39
HSL 217.36º 0.21% 0.5% -
HSV(B) 217.36º 0.34% 0.61% -
XYZ 18.36 19.11 33.73 -
YUV 119.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 102 122 155 0.34 0.21 0 0.39 217.36 0.21 0.5
Hex 66 7A 9B 22 15 0 27 D9 15 32
Octal 146 172 233 42 25 0 47 331 25 62
Binary 1100110 1111010 10011011 100010 10101 0 100111 11011001 10101 110010

Color Harmonies of #667A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A9B

Black with #667A9B

Text Example


Text Example

White with #667A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,122,155); }

 H1.HeaderClassName
 {
   color: #667A9B;
 }
 .AnyTagClassName
 {
   color: #667A9B;
 }
</style>

background-color css

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

 a { background-color: rgb(102,122,155); }

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

border-color css

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

 span { border-color: rgb(102,122,155); }

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