Html Css Color HEX #695270 Fedora

📋 copy color: '#695270'

red 105 ◦ green 82 ◦ blue 112

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

Shades of Fedora #695270

Tints of Fedora #695270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

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

R = 35.12%
G = 27.42%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695270 (or 0x695270) is known color: Fedora. HEX triplet: 69, 52 and 70. RGB value is (105,82,112). Sum of RGB (Red+Green+Blue) = 105+82+112=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #695270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695270 is #96AD8F. Grayscale: #5C5C5C. Windows color (decimal): -9874832 or 7361129. OLE color: 7361129.

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

Color convert

RGB 105 82 112 -
CMYK 0.06 0.27 0 0.56
HSL 286º 0.15% 0.38% -
HSV(B) 286º 0.27% 0.44% -
XYZ 11.77 10.21 16.68 -
YUV 92.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 105 82 112 0.06 0.27 0 0.56 286 0.15 0.38
Hex 69 52 70 6 1B 0 38 11E F 26
Octal 151 122 160 6 33 0 70 436 17 46
Binary 1101001 1010010 1110000 110 11011 0 111000 100011110 1111 100110

Color Harmonies of #695270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695270

Black with #695270

Text Example


Text Example

White with #695270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695270; }

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

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

background-color css

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

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

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

border-color css

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

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

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