Html Css Color HEX #695073 Fedora

📋 copy color: '#695073'

red 105 ◦ green 80 ◦ blue 115

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

Shades of Fedora #695073

Tints of Fedora #695073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 35%
G = 26.67%
B = 38.33%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695073 (or 0x695073) is known color: Fedora. HEX triplet: 69, 50 and 73. RGB value is (105,80,115). Sum of RGB (Red+Green+Blue) = 105+80+115=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #695073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695073 is #96AF8C. Grayscale: #5B5B5B. Windows color (decimal): -9875341 or 7557225. OLE color: 7557225.

HSL color Cylindrical-coordinate representation of color #695073: hue angle of 282.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695073 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 80 115 -
CMYK 0.09 0.30 0 0.55
HSL 282.86º 0.18% 0.38% -
HSV(B) 282.86º 0.3% 0.45% -
XYZ 11.79 9.98 17.52 -
YUV 91.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 105 80 115 0.09 0.30 0 0.55 282.86 0.18 0.38
Hex 69 50 73 9 1E 0 37 11B 12 26
Octal 151 120 163 11 36 0 67 433 22 46
Binary 1101001 1010000 1110011 1001 11110 0 110111 100011011 10010 100110

Color Harmonies of #695073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695073

Black with #695073

Text Example


Text Example

White with #695073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695073; }

 p { color: rgb(105,80,115); }

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

background-color css

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

 a { background-color: rgb(105,80,115); }

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

border-color css

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

 span { border-color: rgb(105,80,115); }

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