Html Css Color HEX #69788D Slate Grey

📋 copy color: '#69788D'

red 105 ◦ green 120 ◦ blue 141

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

Shades of Slate Grey #69788D

Tints of Slate Grey #69788D

RGB

 RED value IS 105 (41.41% from 255) = 28.69%

 GREEN value IS 120 (47.27% from 255) = 32.79%

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 28.69%
G = 32.79%
B = 38.52%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69788D (or 0x69788D) is known color: Slate Grey. HEX triplet: 69, 78 and 8D. RGB value is (105,120,141). Sum of RGB (Red+Green+Blue) = 105+120+141=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #69788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69788D is #968772. Grayscale: #757575. Windows color (decimal): -9865075 or 9271401. OLE color: 9271401.

HSL color Cylindrical-coordinate representation of color #69788D: hue angle of 215º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69788D is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 120 141 -
CMYK 0.26 0.15 0 0.45
HSL 215º 0.15% 0.48% -
HSV(B) 215º 0.26% 0.55% -
XYZ 17.35 18.36 27.83 -
YUV 117.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 105 120 141 0.26 0.15 0 0.45 215 0.15 0.48
Hex 69 78 8D 1A F 0 2D D7 F 30
Octal 151 170 215 32 17 0 55 327 17 60
Binary 1101001 1111000 10001101 11010 1111 0 101101 11010111 1111 110000

Color Harmonies of #69788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69788D

Black with #69788D

Text Example


Text Example

White with #69788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,120,141); }

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

background-color css

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

 a { background-color: rgb(105,120,141); }

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

border-color css

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

 span { border-color: rgb(105,120,141); }

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