Html Css Color HEX #667885 Lynch

📋 copy color: '#667885'

red 102 ◦ green 120 ◦ blue 133

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

Shades of Lynch #667885

Tints of Lynch #667885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 28.73%
G = 33.8%
B = 37.46%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#667885 (or 0x667885) is known color: Lynch. HEX triplet: 66, 78 and 85. RGB value is (102,120,133). Sum of RGB (Red+Green+Blue) = 102+120+133=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #667885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667885 is #99877A. Grayscale: #747474. Windows color (decimal): -10061691 or 8747110. OLE color: 8747110.

HSL color Cylindrical-coordinate representation of color #667885: hue angle of 205.16º 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 #667885 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 120 133 -
CMYK 0.23 0.10 0 0.48
HSL 205.16º 0.13% 0.46% -
HSV(B) 205.16º 0.23% 0.52% -
XYZ 16.43 17.95 24.79 -
YUV 116.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 102 120 133 0.23 0.10 0 0.48 205.16 0.13 0.46
Hex 66 78 85 17 A 0 30 CD D 2E
Octal 146 170 205 27 12 0 60 315 15 56
Binary 1100110 1111000 10000101 10111 1010 0 110000 11001101 1101 101110

Color Harmonies of #667885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667885

Black with #667885

Text Example


Text Example

White with #667885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667885; }

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

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

background-color css

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

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

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

border-color css

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

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

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