Html Css Color HEX #695470 Fedora

📋 copy color: '#695470'

red 105 ◦ green 84 ◦ blue 112

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

Shades of Fedora #695470

Tints of Fedora #695470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

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

R = 34.88%
G = 27.91%
B = 37.21%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695470 (or 0x695470) is known color: Fedora. HEX triplet: 69, 54 and 70. RGB value is (105,84,112). Sum of RGB (Red+Green+Blue) = 105+84+112=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #695470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695470 is #96AB8F. Grayscale: #5D5D5D. Windows color (decimal): -9874320 or 7361641. OLE color: 7361641.

HSL color Cylindrical-coordinate representation of color #695470: hue angle of 285º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #695470 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 84 112 -
CMYK 0.06 0.25 0 0.56
HSL 285º 0.14% 0.38% -
HSV(B) 285º 0.25% 0.44% -
XYZ 11.92 10.51 16.73 -
YUV 93.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 105 84 112 0.06 0.25 0 0.56 285 0.14 0.38
Hex 69 54 70 6 19 0 38 11D E 26
Octal 151 124 160 6 31 0 70 435 16 46
Binary 1101001 1010100 1110000 110 11001 0 111000 100011101 1110 100110

Color Harmonies of #695470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695470

Black with #695470

Text Example


Text Example

White with #695470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695470; }

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

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

background-color css

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

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

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

border-color css

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

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

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