Html Css Color HEX #694F72 Fedora

📋 copy color: '#694F72'

red 105 ◦ green 79 ◦ blue 114

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

Shades of Fedora #694F72

Tints of Fedora #694F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.51%

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 35.23%
G = 26.51%
B = 38.26%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#694F72 (or 0x694F72) is known color: Fedora. HEX triplet: 69, 4F and 72. RGB value is (105,79,114). Sum of RGB (Red+Green+Blue) = 105+79+114=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #694F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F72 is #96B08D. Grayscale: #5A5A5A. Windows color (decimal): -9875598 or 7491433. OLE color: 7491433.

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

Color convert

RGB 105 79 114 -
CMYK 0.08 0.31 0 0.55
HSL 284.57º 0.18% 0.38% -
HSV(B) 284.57º 0.31% 0.45% -
XYZ 11.66 9.81 17.2 -
YUV 90.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 105 79 114 0.08 0.31 0 0.55 284.57 0.18 0.38
Hex 69 4F 72 8 1F 0 37 11D 12 26
Octal 151 117 162 10 37 0 67 435 22 46
Binary 1101001 1001111 1110010 1000 11111 0 110111 100011101 10010 100110

Color Harmonies of #694F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694F72

Black with #694F72

Text Example


Text Example

White with #694F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,79,114); }

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

background-color css

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

 a { background-color: rgb(105,79,114); }

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

border-color css

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

 span { border-color: rgb(105,79,114); }

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