Html Css Color HEX #695E6A Fedora

📋 copy color: '#695E6A'

red 105 ◦ green 94 ◦ blue 106

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

Shades of Fedora #695E6A

Tints of Fedora #695E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 34.43%
G = 30.82%
B = 34.75%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#695E6A (or 0x695E6A) is known color: Fedora. HEX triplet: 69, 5E and 6A. RGB value is (105,94,106). Sum of RGB (Red+Green+Blue) = 105+94+106=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 106 - color contains mainly: blue. Hex color #695E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E6A is #96A195. Grayscale: #626262. Windows color (decimal): -9871766 or 6970985. OLE color: 6970985.

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

Color convert

RGB 105 94 106 -
CMYK 0.01 0.11 0 0.58
HSL 295º 0.06% 0.39% -
HSV(B) 295º 0.11% 0.42% -
XYZ 12.43 12.05 15.31 -
YUV 98.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 105 94 106 0.01 0.11 0 0.58 295 0.06 0.39
Hex 69 5E 6A 1 B 0 3A 127 6 27
Octal 151 136 152 1 13 0 72 447 6 47
Binary 1101001 1011110 1101010 1 1011 0 111010 100100111 110 100111

Color Harmonies of #695E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E6A

Black with #695E6A

Text Example


Text Example

White with #695E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,94,106); }

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

background-color css

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

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

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

border-color css

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

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

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