Html Css Color HEX #695B6C Fedora

📋 copy color: '#695B6C'

red 105 ◦ green 91 ◦ blue 108

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

Shades of Fedora #695B6C

Tints of Fedora #695B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 34.54%
G = 29.93%
B = 35.53%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#695B6C (or 0x695B6C) is known color: Fedora. HEX triplet: 69, 5B and 6C. RGB value is (105,91,108). Sum of RGB (Red+Green+Blue) = 105+91+108=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 108 - color contains mainly: blue. Hex color #695B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B6C is #96A493. Grayscale: #616161. Windows color (decimal): -9872532 or 7101289. OLE color: 7101289.

HSL color Cylindrical-coordinate representation of color #695B6C: hue angle of 289.41º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #695B6C is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 91 108 -
CMYK 0.03 0.16 0 0.58
HSL 289.41º 0.09% 0.39% -
HSV(B) 289.41º 0.16% 0.42% -
XYZ 12.27 11.57 15.77 -
YUV 97.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 105 91 108 0.03 0.16 0 0.58 289.41 0.09 0.39
Hex 69 5B 6C 3 10 0 3A 121 9 27
Octal 151 133 154 3 20 0 72 441 11 47
Binary 1101001 1011011 1101100 11 10000 0 111010 100100001 1001 100111

Color Harmonies of #695B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B6C

Black with #695B6C

Text Example


Text Example

White with #695B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695B6C; }

 p { color: rgb(105,91,108); }

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

background-color css

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

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

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

border-color css

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

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

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