#694B6C

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

Shades of Fedora #694B6C

Tints of Fedora #694B6C

Color information

#694B6C (or 0x694B6C) is unknown color: approx Fedora. HEX triplet: 69, 4B and 6C. RGB value is (105,75,108). Sum of RGB (Red+Green+Blue) = 105+75+108=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #694B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694B6C is #96B493. Grayscale: #575757. Windows color (decimal): -9876628 or 7097193. OLE color: 7097193.

HSL color Cylindrical-coordinate representation of color #694B6C: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #694B6C is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10575108-
CMYK0.030.3100.58
HSL294.55º18.03%35.88%-
HSV(B)294.55º30.56%42.35%-
XYZ11.059.1215.37-
YUV87.73139.44140.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=36.46%
G=26.04%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105751080.030.3100.58294.5518.0335.88
Hex694B6C31F03A1271224
Octal1511131543370724472244
Binary1101001100101111011001111111011101010010011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694B6C; }

 p { color: rgb(105,75,108); }

 H1.HeaderClassName
 {
   color: #694B6C;
 }
 .AnyTagClassName
 {
   color: #694B6C;
 }
</style>
background-color css

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

 a { background-color: rgb(105,75,108); }

 div.DivClassName
 {
   background-color: #694B6C;
 }
 .BgClassName
 {
   background-color: #694B6C;
 }
</style>
border-color css

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

 span { border-color: rgb(105,75,108); }

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