Html Css Color HEX #694E70 Fedora

📋 copy color: '#694E70'

red 105 ◦ green 78 ◦ blue 112

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

Shades of Fedora #694E70

Tints of Fedora #694E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.44%

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

R = 35.59%
G = 26.44%
B = 37.97%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#694E70 (or 0x694E70) is known color: Fedora. HEX triplet: 69, 4E and 70. RGB value is (105,78,112). Sum of RGB (Red+Green+Blue) = 105+78+112=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #694E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E70 is #96B18F. Grayscale: #595959. Windows color (decimal): -9875856 or 7360105. OLE color: 7360105.

HSL color Cylindrical-coordinate representation of color #694E70: hue angle of 287.65º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #694E70 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 78 112 -
CMYK 0.06 0.30 0 0.56
HSL 287.65º 0.18% 0.37% -
HSV(B) 287.65º 0.3% 0.44% -
XYZ 11.47 9.62 16.58 -
YUV 89.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 105 78 112 0.06 0.30 0 0.56 287.65 0.18 0.37
Hex 69 4E 70 6 1E 0 38 120 12 25
Octal 151 116 160 6 36 0 70 440 22 45
Binary 1101001 1001110 1110000 110 11110 0 111000 100100000 10010 100101

Color Harmonies of #694E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E70

Black with #694E70

Text Example


Text Example

White with #694E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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