Html Css Color HEX #6C8689 Gothic

📋 copy color: '#6C8689'

red 108 ◦ green 134 ◦ blue 137

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

Shades of Gothic #6C8689

Tints of Gothic #6C8689

RGB

 RED value IS 108 (42.58% from 255) = 28.5%

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 28.5%
G = 35.36%
B = 36.15%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C8689 (or 0x6C8689) is known color: Gothic. HEX triplet: 6C, 86 and 89. RGB value is (108,134,137). Sum of RGB (Red+Green+Blue) = 108+134+137=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C8689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8689 is #937976. Grayscale: #7E7E7E. Windows color (decimal): -9664887 or 9012844. OLE color: 9012844.

HSL color Cylindrical-coordinate representation of color #6C8689: hue angle of 186.21º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C8689 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 134 137 -
CMYK 0.21 0.02 0 0.46
HSL 186.21º 0.12% 0.48% -
HSV(B) 186.21º 0.21% 0.54% -
XYZ 19.22 22.04 26.91 -
YUV 126.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 108 134 137 0.21 0.02 0 0.46 186.21 0.12 0.48
Hex 6C 86 89 15 2 0 2E BA C 30
Octal 154 206 211 25 2 0 56 272 14 60
Binary 1101100 10000110 10001001 10101 10 0 101110 10111010 1100 110000

Color Harmonies of #6C8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8689

Black with #6C8689

Text Example


Text Example

White with #6C8689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,134,137); }

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

background-color css

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

 a { background-color: rgb(108,134,137); }

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

border-color css

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

 span { border-color: rgb(108,134,137); }

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