Html Css Color HEX #695370 Fedora

📋 copy color: '#695370'

red 105 ◦ green 83 ◦ blue 112

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

Shades of Fedora #695370

Tints of Fedora #695370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 35%
G = 27.67%
B = 37.33%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695370 (or 0x695370) is known color: Fedora. HEX triplet: 69, 53 and 70. RGB value is (105,83,112). Sum of RGB (Red+Green+Blue) = 105+83+112=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 112 - color contains mainly: blue. Hex color #695370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695370 is #96AC8F. Grayscale: #5C5C5C. Windows color (decimal): -9874576 or 7361385. OLE color: 7361385.

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

Color convert

RGB 105 83 112 -
CMYK 0.06 0.26 0 0.56
HSL 285.52º 0.15% 0.38% -
HSV(B) 285.52º 0.26% 0.44% -
XYZ 11.84 10.36 16.7 -
YUV 92.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 105 83 112 0.06 0.26 0 0.56 285.52 0.15 0.38
Hex 69 53 70 6 1A 0 38 11E F 26
Octal 151 123 160 6 32 0 70 436 17 46
Binary 1101001 1010011 1110000 110 11010 0 111000 100011110 1111 100110

Color Harmonies of #695370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695370

Black with #695370

Text Example


Text Example

White with #695370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695370; }

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

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

background-color css

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

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

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

border-color css

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

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

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