Html Css Color HEX #695C6E Fedora

📋 copy color: '#695C6E'

red 105 ◦ green 92 ◦ blue 110

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

Shades of Fedora #695C6E

Tints of Fedora #695C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.97%

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 34.2%
G = 29.97%
B = 35.83%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#695C6E (or 0x695C6E) is known color: Fedora. HEX triplet: 69, 5C and 6E. RGB value is (105,92,110). Sum of RGB (Red+Green+Blue) = 105+92+110=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 110 - color contains mainly: blue. Hex color #695C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C6E is #96A391. Grayscale: #616161. Windows color (decimal): -9872274 or 7232617. OLE color: 7232617.

HSL color Cylindrical-coordinate representation of color #695C6E: hue angle of 283.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #695C6E is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 92 110 -
CMYK 0.05 0.16 0 0.57
HSL 283.33º 0.09% 0.4% -
HSV(B) 283.33º 0.16% 0.43% -
XYZ 12.47 11.78 16.37 -
YUV 97.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 105 92 110 0.05 0.16 0 0.57 283.33 0.09 0.4
Hex 69 5C 6E 5 10 0 39 11B 9 28
Octal 151 134 156 5 20 0 71 433 11 50
Binary 1101001 1011100 1101110 101 10000 0 111001 100011011 1001 101000

Color Harmonies of #695C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C6E

Black with #695C6E

Text Example


Text Example

White with #695C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,92,110); }

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

background-color css

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

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

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

border-color css

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

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

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