Html Css Color HEX #695570 Fedora

📋 copy color: '#695570'

red 105 ◦ green 85 ◦ blue 112

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

Shades of Fedora #695570

Tints of Fedora #695570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 34.77%
G = 28.15%
B = 37.09%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695570 (or 0x695570) is known color: Fedora. HEX triplet: 69, 55 and 70. RGB value is (105,85,112). Sum of RGB (Red+Green+Blue) = 105+85+112=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: blue. Hex color #695570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695570 is #96AA8F. Grayscale: #5D5D5D. Windows color (decimal): -9874064 or 7361897. OLE color: 7361897.

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

Color convert

RGB 105 85 112 -
CMYK 0.06 0.24 0 0.56
HSL 284.44º 0.14% 0.39% -
HSV(B) 284.44º 0.24% 0.44% -
XYZ 12 10.67 16.76 -
YUV 94.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 105 85 112 0.06 0.24 0 0.56 284.44 0.14 0.39
Hex 69 55 70 6 18 0 38 11C E 27
Octal 151 125 160 6 30 0 70 434 16 47
Binary 1101001 1010101 1110000 110 11000 0 111000 100011100 1110 100111

Color Harmonies of #695570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695570

Black with #695570

Text Example


Text Example

White with #695570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695570; }

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

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

background-color css

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

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

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

border-color css

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

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

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