Html Css Color HEX #695173 Fedora

📋 copy color: '#695173'

red 105 ◦ green 81 ◦ blue 115

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

Shades of Fedora #695173

Tints of Fedora #695173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 34.88%
G = 26.91%
B = 38.21%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695173 (or 0x695173) is known color: Fedora. HEX triplet: 69, 51 and 73. RGB value is (105,81,115). Sum of RGB (Red+Green+Blue) = 105+81+115=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #695173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695173 is #96AE8C. Grayscale: #5B5B5B. Windows color (decimal): -9875085 or 7557481. OLE color: 7557481.

HSL color Cylindrical-coordinate representation of color #695173: hue angle of 282.35º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695173 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 81 115 -
CMYK 0.09 0.30 0 0.55
HSL 282.35º 0.17% 0.38% -
HSV(B) 282.35º 0.3% 0.45% -
XYZ 11.86 10.13 17.55 -
YUV 92.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 105 81 115 0.09 0.30 0 0.55 282.35 0.17 0.38
Hex 69 51 73 9 1E 0 37 11A 11 26
Octal 151 121 163 11 36 0 67 432 21 46
Binary 1101001 1010001 1110011 1001 11110 0 110111 100011010 10001 100110

Color Harmonies of #695173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695173

Black with #695173

Text Example


Text Example

White with #695173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695173; }

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

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

background-color css

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

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

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

border-color css

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

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

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