Html Css Color HEX #667A8F Slate Grey

📋 copy color: '#667A8F'

red 102 ◦ green 122 ◦ blue 143

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

Shades of Slate Grey #667A8F

Tints of Slate Grey #667A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 27.79%
G = 33.24%
B = 38.96%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#667A8F (or 0x667A8F) is known color: Slate Grey. HEX triplet: 66, 7A and 8F. RGB value is (102,122,143). Sum of RGB (Red+Green+Blue) = 102+122+143=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 143 - color contains mainly: blue. Hex color #667A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A8F is #998570. Grayscale: #767676. Windows color (decimal): -10061169 or 9402982. OLE color: 9402982.

HSL color Cylindrical-coordinate representation of color #667A8F: hue angle of 210.73º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667A8F is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 122 143 -
CMYK 0.29 0.15 0 0.44
HSL 210.73º 0.17% 0.48% -
HSV(B) 210.73º 0.29% 0.56% -
XYZ 17.4 18.73 28.68 -
YUV 118.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 102 122 143 0.29 0.15 0 0.44 210.73 0.17 0.48
Hex 66 7A 8F 1D F 0 2C D3 11 30
Octal 146 172 217 35 17 0 54 323 21 60
Binary 1100110 1111010 10001111 11101 1111 0 101100 11010011 10001 110000

Color Harmonies of #667A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A8F

Black with #667A8F

Text Example


Text Example

White with #667A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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