Html Css Color HEX #667D8B Lynch

📋 copy color: '#667D8B'

red 102 ◦ green 125 ◦ blue 139

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

Shades of Lynch #667D8B

Tints of Lynch #667D8B

RGB

 RED value IS 102 (40.23% from 255) = 27.87%

 GREEN value IS 125 (49.22% from 255) = 34.15%

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

R = 27.87%
G = 34.15%
B = 37.98%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#667D8B (or 0x667D8B) is known color: Lynch. HEX triplet: 66, 7D and 8B. RGB value is (102,125,139). Sum of RGB (Red+Green+Blue) = 102+125+139=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #667D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D8B is #998274. Grayscale: #777777. Windows color (decimal): -10060405 or 9141606. OLE color: 9141606.

HSL color Cylindrical-coordinate representation of color #667D8B: hue angle of 202.7º 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 #667D8B is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 125 139 -
CMYK 0.27 0.10 0 0.45
HSL 202.7º 0.15% 0.47% -
HSV(B) 202.7º 0.27% 0.55% -
XYZ 17.47 19.36 27.24 -
YUV 119.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 102 125 139 0.27 0.10 0 0.45 202.7 0.15 0.47
Hex 66 7D 8B 1B A 0 2D CB F 2F
Octal 146 175 213 33 12 0 55 313 17 57
Binary 1100110 1111101 10001011 11011 1010 0 101101 11001011 1111 101111

Color Harmonies of #667D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D8B

Black with #667D8B

Text Example


Text Example

White with #667D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #667D8B;
 }
 .AnyTagClassName
 {
   color: #667D8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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