Html Css Color HEX #695074 Fedora

📋 copy color: '#695074'

red 105 ◦ green 80 ◦ blue 116

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

Shades of Fedora #695074

Tints of Fedora #695074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 34.88%
G = 26.58%
B = 38.54%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695074 (or 0x695074) is known color: Fedora. HEX triplet: 69, 50 and 74. RGB value is (105,80,116). Sum of RGB (Red+Green+Blue) = 105+80+116=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #695074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695074 is #96AF8B. Grayscale: #5B5B5B. Windows color (decimal): -9875340 or 7622761. OLE color: 7622761.

HSL color Cylindrical-coordinate representation of color #695074: hue angle of 281.67º 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 #695074 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 80 116 -
CMYK 0.09 0.31 0 0.55
HSL 281.67º 0.18% 0.38% -
HSV(B) 281.67º 0.31% 0.45% -
XYZ 11.85 10 17.83 -
YUV 91.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 105 80 116 0.09 0.31 0 0.55 281.67 0.18 0.38
Hex 69 50 74 9 1F 0 37 11A 12 26
Octal 151 120 164 11 37 0 67 432 22 46
Binary 1101001 1010000 1110100 1001 11111 0 110111 100011010 10010 100110

Color Harmonies of #695074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695074

Black with #695074

Text Example


Text Example

White with #695074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695074; }

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

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

background-color css

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

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

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

border-color css

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

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

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