Html Css Color HEX #6A8D96 Gothic

📋 copy color: '#6A8D96'

red 106 ◦ green 141 ◦ blue 150

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

Shades of Gothic #6A8D96

Tints of Gothic #6A8D96

RGB

 RED value IS 106 (41.8% from 255) = 26.7%

 GREEN value IS 141 (55.47% from 255) = 35.52%

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 26.7%
G = 35.52%
B = 37.78%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6A8D96 (or 0x6A8D96) is known color: Gothic. HEX triplet: 6A, 8D and 96. RGB value is (106,141,150). Sum of RGB (Red+Green+Blue) = 106+141+150=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A8D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8D96 is #957269. Grayscale: #838383. Windows color (decimal): -9794154 or 9866602. OLE color: 9866602.

HSL color Cylindrical-coordinate representation of color #6A8D96: hue angle of 192.27º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A8D96 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 141 150 -
CMYK 0.29 0.06 0 0.41
HSL 192.27º 0.17% 0.5% -
HSV(B) 192.27º 0.29% 0.59% -
XYZ 20.97 24.32 32.44 -
YUV 131.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 106 141 150 0.29 0.06 0 0.41 192.27 0.17 0.5
Hex 6A 8D 96 1D 6 0 29 C0 11 32
Octal 152 215 226 35 6 0 51 300 21 62
Binary 1101010 10001101 10010110 11101 110 0 101001 11000000 10001 110010

Color Harmonies of #6A8D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8D96

Black with #6A8D96

Text Example


Text Example

White with #6A8D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A8D96; }

 p { color: rgb(106,141,150); }

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

background-color css

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

 a { background-color: rgb(106,141,150); }

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

border-color css

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

 span { border-color: rgb(106,141,150); }

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