Html Css Color HEX #693858 Finn

📋 copy color: '#693858'

red 105 ◦ green 56 ◦ blue 88

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

Shades of Finn #693858

Tints of Finn #693858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

 BLUE value IS 88 (34.77% from 255) = 35.34%

R = 42.17%
G = 22.49%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#693858 (or 0x693858) is known color: Finn. HEX triplet: 69, 38 and 58. RGB value is (105,56,88). Sum of RGB (Red+Green+Blue) = 105+56+88=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #693858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693858 is #96C7A7. Grayscale: #4A4A4A. Windows color (decimal): -9881512 or 5781609. OLE color: 5781609.

HSL color Cylindrical-coordinate representation of color #693858: hue angle of 320.82º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #693858 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 88 -
CMYK 0 0.47 0.16 0.59
HSL 320.82º 0.3% 0.32% -
HSV(B) 320.82º 0.47% 0.41% -
XYZ 9 6.54 10.02 -
YUV 74.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 105 56 88 0 0.47 0.16 0.59 320.82 0.3 0.32
Hex 69 38 58 0 2F 10 3B 141 1E 20
Octal 151 70 130 0 57 20 73 501 36 40
Binary 1101001 111000 1011000 0 101111 10000 111011 101000001 11110 100000

Color Harmonies of #693858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693858

Black with #693858

Text Example


Text Example

White with #693858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693858; }

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

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

background-color css

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

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

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

border-color css

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

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

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