Html Css Color HEX #668093 Lynch

📋 copy color: '#668093'

red 102 ◦ green 128 ◦ blue 147

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

Shades of Lynch #668093

Tints of Lynch #668093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 27.06%
G = 33.95%
B = 38.99%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668093 (or 0x668093) is known color: Lynch. HEX triplet: 66, 80 and 93. RGB value is (102,128,147). Sum of RGB (Red+Green+Blue) = 102+128+147=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #668093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668093 is #997F6C. Grayscale: #7A7A7A. Windows color (decimal): -10059629 or 9666662. OLE color: 9666662.

HSL color Cylindrical-coordinate representation of color #668093: hue angle of 205.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668093 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 128 147 -
CMYK 0.31 0.13 0 0.42
HSL 205.33º 0.18% 0.49% -
HSV(B) 205.33º 0.31% 0.58% -
XYZ 18.47 20.37 30.56 -
YUV 122.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 102 128 147 0.31 0.13 0 0.42 205.33 0.18 0.49
Hex 66 80 93 1F D 0 2A CD 12 31
Octal 146 200 223 37 15 0 52 315 22 61
Binary 1100110 10000000 10010011 11111 1101 0 101010 11001101 10010 110001

Color Harmonies of #668093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668093

Black with #668093

Text Example


Text Example

White with #668093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668093; }

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

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

background-color css

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

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

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

border-color css

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

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

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