#695073

Color #695073 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #695073

Tints of Fedora #695073

Color information

#695073 (or 0x695073) is unknown color: approx 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

RGB10580115-
CMYK0.090.3000.55
HSL282.86º17.95%38.24%-
HSV(B)282.86º30.43%45.1%-
XYZ11.799.9817.52-
YUV91.46141.28137.65-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105801150.090.3000.55282.8617.9538.24
Hex69507391E03711b1226
Octal15112016311360674332246
Binary110100110100001110011100111110011011110001101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>