Html Css Color HEX #6C8F91 Gothic

📋 copy color: '#6C8F91'

red 108 ◦ green 143 ◦ blue 145

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

Shades of Gothic #6C8F91

Tints of Gothic #6C8F91

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 27.27%
G = 36.11%
B = 36.62%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C8F91 (or 0x6C8F91) is known color: Gothic. HEX triplet: 6C, 8F and 91. RGB value is (108,143,145). Sum of RGB (Red+Green+Blue) = 108+143+145=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C8F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8F91 is #93706E. Grayscale: #848484. Windows color (decimal): -9662575 or 9539436. OLE color: 9539436.

HSL color Cylindrical-coordinate representation of color #6C8F91: hue angle of 183.24º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C8F91 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 143 145 -
CMYK 0.26 0.01 0 0.43
HSL 183.24º 0.15% 0.5% -
HSV(B) 183.24º 0.26% 0.57% -
XYZ 21.12 24.88 30.48 -
YUV 132.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 108 143 145 0.26 0.01 0 0.43 183.24 0.15 0.5
Hex 6C 8F 91 1A 1 0 2B B7 F 32
Octal 154 217 221 32 1 0 53 267 17 62
Binary 1101100 10001111 10010001 11010 1 0 101011 10110111 1111 110010

Color Harmonies of #6C8F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8F91

Black with #6C8F91

Text Example


Text Example

White with #6C8F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,143,145); }

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

background-color css

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

 a { background-color: rgb(108,143,145); }

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

border-color css

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

 span { border-color: rgb(108,143,145); }

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