Html Css Color HEX #69788E Slate Grey

📋 copy color: '#69788E'

red 105 ◦ green 120 ◦ blue 142

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

Shades of Slate Grey #69788E

Tints of Slate Grey #69788E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 28.61%
G = 32.7%
B = 38.69%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69788E (or 0x69788E) is known color: Slate Grey. HEX triplet: 69, 78 and 8E. RGB value is (105,120,142). Sum of RGB (Red+Green+Blue) = 105+120+142=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #69788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69788E is #968771. Grayscale: #757575. Windows color (decimal): -9865074 or 9336937. OLE color: 9336937.

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

Color convert

RGB 105 120 142 -
CMYK 0.26 0.15 0 0.44
HSL 215.68º 0.15% 0.48% -
HSV(B) 215.68º 0.26% 0.56% -
XYZ 17.42 18.39 28.22 -
YUV 118.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 105 120 142 0.26 0.15 0 0.44 215.68 0.15 0.48
Hex 69 78 8E 1A F 0 2C D8 F 30
Octal 151 170 216 32 17 0 54 330 17 60
Binary 1101001 1111000 10001110 11010 1111 0 101100 11011000 1111 110000

Color Harmonies of #69788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69788E

Black with #69788E

Text Example


Text Example

White with #69788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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