#6B929A

Color #6B929A Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #6B929A

Tints of Gothic #6B929A

Color information

#6B929A (or 0x6B929A) is unknown color: approx Gothic. HEX triplet: 6B, 92 and 9A. RGB value is (107,146,154). Sum of RGB (Red+Green+Blue) = 107+146+154=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B929A is #946D65. Grayscale: #878787. Windows color (decimal): -9727334 or 10130027. OLE color: 10130027.

HSL color Cylindrical-coordinate representation of color #6B929A: hue angle of 190.21º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B929A is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB107146154-
CMYK0.310.0500.40
HSL190.21º18.88%51.18%-
HSV(B)190.21º30.52%60.39%-
XYZ22.1826.0234.42-
YUV135.25138.58107.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.29%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=26.29%
G=35.87%
B=37.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1071461540.310.0500.40190.2118.8851.18
Hex6B929A1F5028be1333
Octal1532222323750502762363
Binary110101110010010100110101111110101010001011111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,146,154); }

 H1.HeaderClassName
 {
   color: #6B929A;
 }
 .AnyTagClassName
 {
   color: #6B929A;
 }
</style>
background-color css

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

 a { background-color: rgb(107,146,154); }

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

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

 span { border-color: rgb(107,146,154); }

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