Html Css Color HEX #695172 Fedora

📋 copy color: '#695172'

red 105 ◦ green 81 ◦ blue 114

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

Shades of Fedora #695172

Tints of Fedora #695172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 35%
G = 27%
B = 38%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695172 (or 0x695172) is known color: Fedora. HEX triplet: 69, 51 and 72. RGB value is (105,81,114). Sum of RGB (Red+Green+Blue) = 105+81+114=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #695172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695172 is #96AE8D. Grayscale: #5B5B5B. Windows color (decimal): -9875086 or 7491945. OLE color: 7491945.

HSL color Cylindrical-coordinate representation of color #695172: hue angle of 283.64º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #695172 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 81 114 -
CMYK 0.08 0.29 0 0.55
HSL 283.64º 0.17% 0.38% -
HSV(B) 283.64º 0.29% 0.45% -
XYZ 11.81 10.1 17.25 -
YUV 91.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 105 81 114 0.08 0.29 0 0.55 283.64 0.17 0.38
Hex 69 51 72 8 1D 0 37 11C 11 26
Octal 151 121 162 10 35 0 67 434 21 46
Binary 1101001 1010001 1110010 1000 11101 0 110111 100011100 10001 100110

Color Harmonies of #695172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695172

Black with #695172

Text Example


Text Example

White with #695172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695172; }

 p { color: rgb(105,81,114); }

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

background-color css

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

 a { background-color: rgb(105,81,114); }

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

border-color css

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

 span { border-color: rgb(105,81,114); }

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