Html Css Color HEX #695371 Fedora

📋 copy color: '#695371'

red 105 ◦ green 83 ◦ blue 113

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

Shades of Fedora #695371

Tints of Fedora #695371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 34.88%
G = 27.57%
B = 37.54%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695371 (or 0x695371) is known color: Fedora. HEX triplet: 69, 53 and 71. RGB value is (105,83,113). Sum of RGB (Red+Green+Blue) = 105+83+113=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #695371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695371 is #96AC8E. Grayscale: #5C5C5C. Windows color (decimal): -9874575 or 7426921. OLE color: 7426921.

HSL color Cylindrical-coordinate representation of color #695371: hue angle of 284º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #695371 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 83 113 -
CMYK 0.07 0.27 0 0.56
HSL 284º 0.15% 0.38% -
HSV(B) 284º 0.27% 0.44% -
XYZ 11.9 10.38 17 -
YUV 93 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 105 83 113 0.07 0.27 0 0.56 284 0.15 0.38
Hex 69 53 71 7 1B 0 38 11C F 26
Octal 151 123 161 7 33 0 70 434 17 46
Binary 1101001 1010011 1110001 111 11011 0 111000 100011100 1111 100110

Color Harmonies of #695371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695371

Black with #695371

Text Example


Text Example

White with #695371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695371; }

 p { color: rgb(105,83,113); }

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

background-color css

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

 a { background-color: rgb(105,83,113); }

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

border-color css

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

 span { border-color: rgb(105,83,113); }

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