Html Css Color HEX #69778E Slate Grey

📋 copy color: '#69778E'

red 105 ◦ green 119 ◦ blue 142

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

Shades of Slate Grey #69778E

Tints of Slate Grey #69778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 28.69%
G = 32.51%
B = 38.8%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69778E (or 0x69778E) is known color: Slate Grey. HEX triplet: 69, 77 and 8E. RGB value is (105,119,142). Sum of RGB (Red+Green+Blue) = 105+119+142=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #69778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69778E is #968871. Grayscale: #757575. Windows color (decimal): -9865330 or 9336681. OLE color: 9336681.

HSL color Cylindrical-coordinate representation of color #69778E: hue angle of 217.3º 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 #69778E is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 119 142 -
CMYK 0.26 0.16 0 0.44
HSL 217.3º 0.15% 0.48% -
HSV(B) 217.3º 0.26% 0.56% -
XYZ 17.31 18.15 28.18 -
YUV 117.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 105 119 142 0.26 0.16 0 0.44 217.3 0.15 0.48
Hex 69 77 8E 1A 10 0 2C D9 F 30
Octal 151 167 216 32 20 0 54 331 17 60
Binary 1101001 1110111 10001110 11010 10000 0 101100 11011001 1111 110000

Color Harmonies of #69778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69778E

Black with #69778E

Text Example


Text Example

White with #69778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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