Html Css Color HEX #695573 Fedora

📋 copy color: '#695573'

red 105 ◦ green 85 ◦ blue 115

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

Shades of Fedora #695573

Tints of Fedora #695573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 34.43%
G = 27.87%
B = 37.7%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695573 (or 0x695573) is known color: Fedora. HEX triplet: 69, 55 and 73. RGB value is (105,85,115). Sum of RGB (Red+Green+Blue) = 105+85+115=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #695573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695573 is #96AA8C. Grayscale: #5E5E5E. Windows color (decimal): -9874061 or 7558505. OLE color: 7558505.

HSL color Cylindrical-coordinate representation of color #695573: hue angle of 280º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #695573 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 85 115 -
CMYK 0.09 0.26 0 0.55
HSL 280º 0.15% 0.39% -
HSV(B) 280º 0.26% 0.45% -
XYZ 12.17 10.74 17.65 -
YUV 94.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 105 85 115 0.09 0.26 0 0.55 280 0.15 0.39
Hex 69 55 73 9 1A 0 37 118 F 27
Octal 151 125 163 11 32 0 67 430 17 47
Binary 1101001 1010101 1110011 1001 11010 0 110111 100011000 1111 100111

Color Harmonies of #695573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695573

Black with #695573

Text Example


Text Example

White with #695573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695573; }

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

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

background-color css

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

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

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

border-color css

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

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

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