Html Css Color HEX #6A7C8B Lynch

📋 copy color: '#6A7C8B'

red 106 ◦ green 124 ◦ blue 139

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

Shades of Lynch #6A7C8B

Tints of Lynch #6A7C8B

RGB

 RED value IS 106 (41.8% from 255) = 28.73%

 GREEN value IS 124 (48.83% from 255) = 33.6%

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 28.73%
G = 33.6%
B = 37.67%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A7C8B (or 0x6A7C8B) is known color: Lynch. HEX triplet: 6A, 7C and 8B. RGB value is (106,124,139). Sum of RGB (Red+Green+Blue) = 106+124+139=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A7C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7C8B is #958374. Grayscale: #787878. Windows color (decimal): -9798517 or 9141354. OLE color: 9141354.

HSL color Cylindrical-coordinate representation of color #6A7C8B: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A7C8B is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 124 139 -
CMYK 0.24 0.11 0 0.45
HSL 207.27º 0.13% 0.48% -
HSV(B) 207.27º 0.24% 0.55% -
XYZ 17.81 19.34 27.22 -
YUV 120.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 106 124 139 0.24 0.11 0 0.45 207.27 0.13 0.48
Hex 6A 7C 8B 18 B 0 2D CF D 30
Octal 152 174 213 30 13 0 55 317 15 60
Binary 1101010 1111100 10001011 11000 1011 0 101101 11001111 1101 110000

Color Harmonies of #6A7C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7C8B

Black with #6A7C8B

Text Example


Text Example

White with #6A7C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,124,139); }

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

background-color css

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

 a { background-color: rgb(106,124,139); }

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

border-color css

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

 span { border-color: rgb(106,124,139); }

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