Html Css Color HEX #676869 Shuttle Grey

📋 copy color: '#676869'

red 103 ◦ green 104 ◦ blue 105

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

Shades of Shuttle Grey #676869

Tints of Shuttle Grey #676869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 33.01%
G = 33.33%
B = 33.65%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#676869 (or 0x676869) is known color: Shuttle Grey. HEX triplet: 67, 68 and 69. RGB value is (103,104,105). Sum of RGB (Red+Green+Blue) = 103+104+105=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 105 - color contains mainly: blue. Hex color #676869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676869 is #989796. Grayscale: #676767. Windows color (decimal): -10000279 or 6908007. OLE color: 6908007.

HSL color Cylindrical-coordinate representation of color #676869: hue angle of 210º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #676869 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 104 105 -
CMYK 0.02 0.01 0 0.59
HSL 210º 0.01% 0.41% -
HSV(B) 210º 0.02% 0.41% -
XYZ 13.09 13.8 15.34 -
YUV 103.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 103 104 105 0.02 0.01 0 0.59 210 0.01 0.41
Hex 67 68 69 2 1 0 3B D2 1 29
Octal 147 150 151 2 1 0 73 322 1 51
Binary 1100111 1101000 1101001 10 1 0 111011 11010010 1 101001

Color Harmonies of #676869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676869

Black with #676869

Text Example


Text Example

White with #676869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676869; }

 p { color: rgb(103,104,105); }

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

background-color css

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

 a { background-color: rgb(103,104,105); }

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

border-color css

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

 span { border-color: rgb(103,104,105); }

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