Html Css Color HEX #695770 Fedora

📋 copy color: '#695770'

red 105 ◦ green 87 ◦ blue 112

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

Shades of Fedora #695770

Tints of Fedora #695770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.62%

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

R = 34.54%
G = 28.62%
B = 36.84%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695770 (or 0x695770) is known color: Fedora. HEX triplet: 69, 57 and 70. RGB value is (105,87,112). Sum of RGB (Red+Green+Blue) = 105+87+112=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #695770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695770 is #96A88F. Grayscale: #5F5F5F. Windows color (decimal): -9873552 or 7362409. OLE color: 7362409.

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

Color convert

RGB 105 87 112 -
CMYK 0.06 0.22 0 0.56
HSL 283.2º 0.13% 0.39% -
HSV(B) 283.2º 0.22% 0.44% -
XYZ 12.16 10.99 16.81 -
YUV 95.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 105 87 112 0.06 0.22 0 0.56 283.2 0.13 0.39
Hex 69 57 70 6 16 0 38 11B D 27
Octal 151 127 160 6 26 0 70 433 15 47
Binary 1101001 1010111 1110000 110 10110 0 111000 100011011 1101 100111

Color Harmonies of #695770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695770

Black with #695770

Text Example


Text Example

White with #695770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695770; }

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

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

background-color css

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

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

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

border-color css

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

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

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