Html Css Color HEX #695171 Fedora

📋 copy color: '#695171'

red 105 ◦ green 81 ◦ blue 113

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

Shades of Fedora #695171

Tints of Fedora #695171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 35.12%
G = 27.09%
B = 37.79%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695171 (or 0x695171) is known color: Fedora. HEX triplet: 69, 51 and 71. RGB value is (105,81,113). Sum of RGB (Red+Green+Blue) = 105+81+113=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #695171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695171 is #96AE8E. Grayscale: #5B5B5B. Windows color (decimal): -9875087 or 7426409. OLE color: 7426409.

HSL color Cylindrical-coordinate representation of color #695171: hue angle of 285º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #695171 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 81 113 -
CMYK 0.07 0.28 0 0.56
HSL 285º 0.16% 0.38% -
HSV(B) 285º 0.28% 0.44% -
XYZ 11.75 10.08 16.95 -
YUV 91.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 105 81 113 0.07 0.28 0 0.56 285 0.16 0.38
Hex 69 51 71 7 1C 0 38 11D 10 26
Octal 151 121 161 7 34 0 70 435 20 46
Binary 1101001 1010001 1110001 111 11100 0 111000 100011101 10000 100110

Color Harmonies of #695171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695171

Black with #695171

Text Example


Text Example

White with #695171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695171; }

 p { color: rgb(105,81,113); }

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

background-color css

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

 a { background-color: rgb(105,81,113); }

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

border-color css

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

 span { border-color: rgb(105,81,113); }

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