Html Css Color HEX #668294 Lynch

📋 copy color: '#668294'

red 102 ◦ green 130 ◦ blue 148

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

Shades of Lynch #668294

Tints of Lynch #668294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.21%

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 26.84%
G = 34.21%
B = 38.95%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668294 (or 0x668294) is known color: Lynch. HEX triplet: 66, 82 and 94. RGB value is (102,130,148). Sum of RGB (Red+Green+Blue) = 102+130+148=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #668294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668294 is #997D6B. Grayscale: #7B7B7B. Windows color (decimal): -10059116 or 9732710. OLE color: 9732710.

HSL color Cylindrical-coordinate representation of color #668294: hue angle of 203.48º 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 #668294 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 130 148 -
CMYK 0.31 0.12 0 0.42
HSL 203.48º 0.18% 0.49% -
HSV(B) 203.48º 0.31% 0.58% -
XYZ 18.81 20.93 31.07 -
YUV 123.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 102 130 148 0.31 0.12 0 0.42 203.48 0.18 0.49
Hex 66 82 94 1F C 0 2A CB 12 31
Octal 146 202 224 37 14 0 52 313 22 61
Binary 1100110 10000010 10010100 11111 1100 0 101010 11001011 10010 110001

Color Harmonies of #668294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668294

Black with #668294

Text Example


Text Example

White with #668294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668294; }

 p { color: rgb(102,130,148); }

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

background-color css

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

 a { background-color: rgb(102,130,148); }

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

border-color css

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

 span { border-color: rgb(102,130,148); }

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