Html Css Color HEX #695169 Fedora

📋 copy color: '#695169'

red 105 ◦ green 81 ◦ blue 105

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

Shades of Fedora #695169

Tints of Fedora #695169

RGB

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

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

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

R = 36.08%
G = 27.84%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#695169 (or 0x695169) is known color: Fedora. HEX triplet: 69, 51 and 69. RGB value is (105,81,105). Sum of RGB (Red+Green+Blue) = 105+81+105=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #695169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695169 is #96AE96. Grayscale: #5A5A5A. Windows color (decimal): -9875095 or 6902121. OLE color: 6902121.

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

Color convert

RGB 105 81 105 -
CMYK 0 0.23 0 0.59
HSL 300º 0.13% 0.36% -
HSV(B) 300º 0.23% 0.41% -
XYZ 11.32 9.91 14.68 -
YUV 90.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 105 81 105 0 0.23 0 0.59 300 0.13 0.36
Hex 69 51 69 0 17 0 3B 12C D 24
Octal 151 121 151 0 27 0 73 454 15 44
Binary 1101001 1010001 1101001 0 10111 0 111011 100101100 1101 100100

Color Harmonies of #695169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695169

Black with #695169

Text Example


Text Example

White with #695169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695169; }

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

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

background-color css

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

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

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

border-color css

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

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

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