Html Css Color HEX #683F5A Finn

📋 copy color: '#683F5A'

red 104 ◦ green 63 ◦ blue 90

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

Shades of Finn #683F5A

Tints of Finn #683F5A

RGB

 RED value IS 104 (41.02% from 255) = 40.47%

 GREEN value IS 63 (25% from 255) = 24.51%

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 40.47%
G = 24.51%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#683F5A (or 0x683F5A) is known color: Finn. HEX triplet: 68, 3F and 5A. RGB value is (104,63,90). Sum of RGB (Red+Green+Blue) = 104+63+90=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #683F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F5A is #97C0A5. Grayscale: #4E4E4E. Windows color (decimal): -9945254 or 5914472. OLE color: 5914472.

HSL color Cylindrical-coordinate representation of color #683F5A: hue angle of 320.49º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #683F5A is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 63 90 -
CMYK 0 0.39 0.13 0.59
HSL 320.49º 0.25% 0.33% -
HSV(B) 320.49º 0.39% 0.41% -
XYZ 9.33 7.24 10.58 -
YUV 78.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 104 63 90 0 0.39 0.13 0.59 320.49 0.25 0.33
Hex 68 3F 5A 0 27 D 3B 140 19 21
Octal 150 77 132 0 47 15 73 500 31 41
Binary 1101000 111111 1011010 0 100111 1101 111011 101000000 11001 100001

Color Harmonies of #683F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683F5A

Black with #683F5A

Text Example


Text Example

White with #683F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683F5A; }

 p { color: rgb(104,63,90); }

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

background-color css

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

 a { background-color: rgb(104,63,90); }

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

border-color css

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

 span { border-color: rgb(104,63,90); }

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