Html Css Color HEX #667883 Lynch

📋 copy color: '#667883'

red 102 ◦ green 120 ◦ blue 131

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

Shades of Lynch #667883

Tints of Lynch #667883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 28.9%
G = 33.99%
B = 37.11%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667883 (or 0x667883) is known color: Lynch. HEX triplet: 66, 78 and 83. RGB value is (102,120,131). Sum of RGB (Red+Green+Blue) = 102+120+131=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #667883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667883 is #99877C. Grayscale: #737373. Windows color (decimal): -10061693 or 8616038. OLE color: 8616038.

HSL color Cylindrical-coordinate representation of color #667883: hue angle of 202.76º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667883 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 120 131 -
CMYK 0.22 0.08 0 0.49
HSL 202.76º 0.12% 0.46% -
HSV(B) 202.76º 0.22% 0.51% -
XYZ 16.29 17.9 24.07 -
YUV 115.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 102 120 131 0.22 0.08 0 0.49 202.76 0.12 0.46
Hex 66 78 83 16 8 0 31 CB C 2E
Octal 146 170 203 26 10 0 61 313 14 56
Binary 1100110 1111000 10000011 10110 1000 0 110001 11001011 1100 101110

Color Harmonies of #667883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667883

Black with #667883

Text Example


Text Example

White with #667883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667883; }

 p { color: rgb(102,120,131); }

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

background-color css

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

 a { background-color: rgb(102,120,131); }

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

border-color css

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

 span { border-color: rgb(102,120,131); }

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