Html Css Color HEX #6E7B83 Lynch

📋 copy color: '#6E7B83'

red 110 ◦ green 123 ◦ blue 131

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

Shades of Lynch #6E7B83

Tints of Lynch #6E7B83

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 30.22%
G = 33.79%
B = 35.99%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E7B83 (or 0x6E7B83) is known color: Lynch. HEX triplet: 6E, 7B and 83. RGB value is (110,123,131). Sum of RGB (Red+Green+Blue) = 110+123+131=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E7B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7B83 is #91847C. Grayscale: #777777. Windows color (decimal): -9536637 or 8616814. OLE color: 8616814.

HSL color Cylindrical-coordinate representation of color #6E7B83: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E7B83 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 123 131 -
CMYK 0.16 0.06 0 0.49
HSL 202.86º 0.09% 0.47% -
HSV(B) 202.86º 0.16% 0.51% -
XYZ 17.61 19.12 24.24 -
YUV 120.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 110 123 131 0.16 0.06 0 0.49 202.86 0.09 0.47
Hex 6E 7B 83 10 6 0 31 CB 9 2F
Octal 156 173 203 20 6 0 61 313 11 57
Binary 1101110 1111011 10000011 10000 110 0 110001 11001011 1001 101111

Color Harmonies of #6E7B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7B83

Black with #6E7B83

Text Example


Text Example

White with #6E7B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,123,131); }

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

background-color css

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

 a { background-color: rgb(110,123,131); }

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

border-color css

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

 span { border-color: rgb(110,123,131); }

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