Html Css Color HEX #695A6F Fedora

📋 copy color: '#695A6F'

red 105 ◦ green 90 ◦ blue 111

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

Shades of Fedora #695A6F

Tints of Fedora #695A6F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 34.31%
G = 29.41%
B = 36.27%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695A6F (or 0x695A6F) is known color: Fedora. HEX triplet: 69, 5A and 6F. RGB value is (105,90,111). Sum of RGB (Red+Green+Blue) = 105+90+111=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 111 - color contains mainly: blue. Hex color #695A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A6F is #96A590. Grayscale: #606060. Windows color (decimal): -9872785 or 7297641. OLE color: 7297641.

HSL color Cylindrical-coordinate representation of color #695A6F: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695A6F is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 90 111 -
CMYK 0.05 0.19 0 0.56
HSL 282.86º 0.1% 0.39% -
HSV(B) 282.86º 0.19% 0.44% -
XYZ 12.35 11.46 16.6 -
YUV 96.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 105 90 111 0.05 0.19 0 0.56 282.86 0.1 0.39
Hex 69 5A 6F 5 13 0 38 11B A 27
Octal 151 132 157 5 23 0 70 433 12 47
Binary 1101001 1011010 1101111 101 10011 0 111000 100011011 1010 100111

Color Harmonies of #695A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A6F

Black with #695A6F

Text Example


Text Example

White with #695A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,90,111); }

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

background-color css

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

 a { background-color: rgb(105,90,111); }

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

border-color css

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

 span { border-color: rgb(105,90,111); }

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