#667F8B

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

Shades of Lynch #667F8B

Tints of Lynch #667F8B

Color information

#667F8B (or 0x667F8B) is unknown color: approx Lynch. HEX triplet: 66, 7F and 8B. RGB value is (102,127,139). Sum of RGB (Red+Green+Blue) = 102+127+139=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #667F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F8B is #998074. Grayscale: #787878. Windows color (decimal): -10059893 or 9142118. OLE color: 9142118.

HSL color Cylindrical-coordinate representation of color #667F8B: hue angle of 199.46º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #667F8B is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102127139-
CMYK0.270.0900.45
HSL199.46º15.35%47.25%-
HSV(B)199.46º26.62%54.51%-
XYZ17.7319.8727.33-
YUV120.89138.22114.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=27.72%
G=34.51%
B=37.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021271390.270.0900.45199.4615.3547.25
Hex667F8B1B902Dc7f2f
Octal14617721333110553071757
Binary11001101111111100010111101110010101101110001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667F8B; }

 p { color: rgb(102,127,139); }

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

<style>
 a { background-color: #667F8B; }

 a { background-color: rgb(102,127,139); }

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

<style>
 span { border-color: #667F8B; }

 span { border-color: rgb(102,127,139); }

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