Html Css Color HEX #6E929B Gothic

📋 copy color: '#6E929B'

red 110 ◦ green 146 ◦ blue 155

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

Shades of Gothic #6E929B

Tints of Gothic #6E929B

RGB

 RED value IS 110 (43.36% from 255) = 26.76%

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

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

R = 26.76%
G = 35.52%
B = 37.71%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E929B (or 0x6E929B) is known color: Gothic. HEX triplet: 6E, 92 and 9B. RGB value is (110,146,155). Sum of RGB (Red+Green+Blue) = 110+146+155=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E929B is #916D64. Grayscale: #888888. Windows color (decimal): -9530725 or 10195566. OLE color: 10195566.

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

Color convert

RGB 110 146 155 -
CMYK 0.29 0.06 0 0.39
HSL 192º 0.18% 0.52% -
HSV(B) 192º 0.29% 0.61% -
XYZ 22.63 26.24 34.88 -
YUV 136.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 110 146 155 0.29 0.06 0 0.39 192 0.18 0.52
Hex 6E 92 9B 1D 6 0 27 C0 12 34
Octal 156 222 233 35 6 0 47 300 22 64
Binary 1101110 10010010 10011011 11101 110 0 100111 11000000 10010 110100

Color Harmonies of #6E929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E929B

Black with #6E929B

Text Example


Text Example

White with #6E929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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