#6A7884

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

Shades of Lynch #6A7884

Tints of Lynch #6A7884

Color information

#6A7884 (or 0x6A7884) is unknown color: approx Lynch. HEX triplet: 6A, 78 and 84. RGB value is (106,120,132). Sum of RGB (Red+Green+Blue) = 106+120+132=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A7884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7884 is #95877B. Grayscale: #757575. Windows color (decimal): -9799548 or 8681578. OLE color: 8681578.

HSL color Cylindrical-coordinate representation of color #6A7884: hue angle of 207.69º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A7884 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB106120132-
CMYK0.200.0900.48
HSL207.69º10.92%46.67%-
HSV(B)207.69º19.7%51.76%-
XYZ16.8318.1624.45-
YUV117.18136.36120.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.61%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=29.61%
G=33.52%
B=36.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1061201320.200.0900.48207.6910.9246.67
Hex6A7884149030d0b2f
Octal15217020424110603201357
Binary11010101111000100001001010010010110000110100001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,120,132); }

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

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

 a { background-color: rgb(106,120,132); }

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

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

 span { border-color: rgb(106,120,132); }

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