Html Css Color HEX #667984 Lynch

📋 copy color: '#667984'

red 102 ◦ green 121 ◦ blue 132

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

Shades of Lynch #667984

Tints of Lynch #667984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.08%

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 28.73%
G = 34.08%
B = 37.18%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#667984 (or 0x667984) is known color: Lynch. HEX triplet: 66, 79 and 84. RGB value is (102,121,132). Sum of RGB (Red+Green+Blue) = 102+121+132=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #667984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667984 is #99867B. Grayscale: #747474. Windows color (decimal): -10061436 or 8681830. OLE color: 8681830.

HSL color Cylindrical-coordinate representation of color #667984: hue angle of 202º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667984 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 121 132 -
CMYK 0.23 0.08 0 0.48
HSL 202º 0.13% 0.46% -
HSV(B) 202º 0.23% 0.52% -
XYZ 16.48 18.17 24.47 -
YUV 116.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 102 121 132 0.23 0.08 0 0.48 202 0.13 0.46
Hex 66 79 84 17 8 0 30 CA D 2E
Octal 146 171 204 27 10 0 60 312 15 56
Binary 1100110 1111001 10000100 10111 1000 0 110000 11001010 1101 101110

Color Harmonies of #667984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667984

Black with #667984

Text Example


Text Example

White with #667984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667984; }

 p { color: rgb(102,121,132); }

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

background-color css

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

 a { background-color: rgb(102,121,132); }

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

border-color css

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

 span { border-color: rgb(102,121,132); }

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