Html Css Color HEX #668091 Lynch

📋 copy color: '#668091'

red 102 ◦ green 128 ◦ blue 145

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

Shades of Lynch #668091

Tints of Lynch #668091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 27.2%
G = 34.13%
B = 38.67%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#668091 (or 0x668091) is known color: Lynch. HEX triplet: 66, 80 and 91. RGB value is (102,128,145). Sum of RGB (Red+Green+Blue) = 102+128+145=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #668091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668091 is #997F6E. Grayscale: #7A7A7A. Windows color (decimal): -10059631 or 9535590. OLE color: 9535590.

HSL color Cylindrical-coordinate representation of color #668091: hue angle of 203.72º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668091 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 128 145 -
CMYK 0.30 0.12 0 0.43
HSL 203.72º 0.17% 0.48% -
HSV(B) 203.72º 0.3% 0.57% -
XYZ 18.31 20.31 29.74 -
YUV 122.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 102 128 145 0.30 0.12 0 0.43 203.72 0.17 0.48
Hex 66 80 91 1E C 0 2B CC 11 30
Octal 146 200 221 36 14 0 53 314 21 60
Binary 1100110 10000000 10010001 11110 1100 0 101011 11001100 10001 110000

Color Harmonies of #668091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668091

Black with #668091

Text Example


Text Example

White with #668091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668091; }

 p { color: rgb(102,128,145); }

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

background-color css

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

 a { background-color: rgb(102,128,145); }

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

border-color css

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

 span { border-color: rgb(102,128,145); }

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