Html Css Color HEX #67809D Slate Grey

📋 copy color: '#67809D'

red 103 ◦ green 128 ◦ blue 157

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

Shades of Slate Grey #67809D

Tints of Slate Grey #67809D

RGB

 RED value IS 103 (40.63% from 255) = 26.55%

 GREEN value IS 128 (50.39% from 255) = 32.99%

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 26.55%
G = 32.99%
B = 40.46%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67809D (or 0x67809D) is known color: Slate Grey. HEX triplet: 67, 80 and 9D. RGB value is (103,128,157). Sum of RGB (Red+Green+Blue) = 103+128+157=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #67809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67809D is #987F62. Grayscale: #7B7B7B. Windows color (decimal): -9994083 or 10322023. OLE color: 10322023.

HSL color Cylindrical-coordinate representation of color #67809D: hue angle of 212.22º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67809D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 128 157 -
CMYK 0.34 0.18 0 0.38
HSL 212.22º 0.22% 0.51% -
HSV(B) 212.22º 0.34% 0.62% -
XYZ 19.4 20.76 34.88 -
YUV 123.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 103 128 157 0.34 0.18 0 0.38 212.22 0.22 0.51
Hex 67 80 9D 22 12 0 26 D4 16 33
Octal 147 200 235 42 22 0 46 324 26 63
Binary 1100111 10000000 10011101 100010 10010 0 100110 11010100 10110 110011

Color Harmonies of #67809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67809D

Black with #67809D

Text Example


Text Example

White with #67809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67809D; }

 p { color: rgb(103,128,157); }

 H1.HeaderClassName
 {
   color: #67809D;
 }
 .AnyTagClassName
 {
   color: #67809D;
 }
</style>

background-color css

<style>
 a { background-color: #67809D; }

 a { background-color: rgb(103,128,157); }

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

border-color css

<style>
 span { border-color: #67809D; }

 span { border-color: rgb(103,128,157); }

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