Html Css Color HEX #695870 Fedora

📋 copy color: '#695870'

red 105 ◦ green 88 ◦ blue 112

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

Shades of Fedora #695870

Tints of Fedora #695870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

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

R = 34.43%
G = 28.85%
B = 36.72%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695870 (or 0x695870) is known color: Fedora. HEX triplet: 69, 58 and 70. RGB value is (105,88,112). Sum of RGB (Red+Green+Blue) = 105+88+112=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #695870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695870 is #96A78F. Grayscale: #5F5F5F. Windows color (decimal): -9873296 or 7362665. OLE color: 7362665.

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

Color convert

RGB 105 88 112 -
CMYK 0.06 0.21 0 0.56
HSL 282.5º 0.12% 0.39% -
HSV(B) 282.5º 0.21% 0.44% -
XYZ 12.24 11.15 16.84 -
YUV 95.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 105 88 112 0.06 0.21 0 0.56 282.5 0.12 0.39
Hex 69 58 70 6 15 0 38 11A C 27
Octal 151 130 160 6 25 0 70 432 14 47
Binary 1101001 1011000 1110000 110 10101 0 111000 100011010 1100 100111

Color Harmonies of #695870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695870

Black with #695870

Text Example


Text Example

White with #695870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695870; }

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

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

background-color css

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

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

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

border-color css

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

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

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