Html Css Color HEX #6D929B Gothic

📋 copy color: '#6D929B'

red 109 ◦ green 146 ◦ blue 155

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

Shades of Gothic #6D929B

Tints of Gothic #6D929B

RGB

 RED value IS 109 (42.97% from 255) = 26.59%

 GREEN value IS 146 (57.42% from 255) = 35.61%

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 26.59%
G = 35.61%
B = 37.8%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D929B (or 0x6D929B) is known color: Gothic. HEX triplet: 6D, 92 and 9B. RGB value is (109,146,155). Sum of RGB (Red+Green+Blue) = 109+146+155=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D929B is #926D64. Grayscale: #878787. Windows color (decimal): -9596261 or 10195565. OLE color: 10195565.

HSL color Cylindrical-coordinate representation of color #6D929B: hue angle of 191.74º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D929B is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 146 155 -
CMYK 0.30 0.06 0 0.39
HSL 191.74º 0.19% 0.52% -
HSV(B) 191.74º 0.3% 0.61% -
XYZ 22.5 26.18 34.88 -
YUV 135.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 109 146 155 0.30 0.06 0 0.39 191.74 0.19 0.52
Hex 6D 92 9B 1E 6 0 27 C0 13 34
Octal 155 222 233 36 6 0 47 300 23 64
Binary 1101101 10010010 10011011 11110 110 0 100111 11000000 10011 110100

Color Harmonies of #6D929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D929B

Black with #6D929B

Text Example


Text Example

White with #6D929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,146,155); }

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

background-color css

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

 a { background-color: rgb(109,146,155); }

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

border-color css

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

 span { border-color: rgb(109,146,155); }

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