Html Css Color HEX #668487 Gothic

📋 copy color: '#668487'

red 102 ◦ green 132 ◦ blue 135

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

Shades of Gothic #668487

Tints of Gothic #668487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 27.64%
G = 35.77%
B = 36.59%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#668487 (or 0x668487) is known color: Gothic. HEX triplet: 66, 84 and 87. RGB value is (102,132,135). Sum of RGB (Red+Green+Blue) = 102+132+135=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: blue. Hex color #668487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668487 is #997B78. Grayscale: #7B7B7B. Windows color (decimal): -10058617 or 8881254. OLE color: 8881254.

HSL color Cylindrical-coordinate representation of color #668487: hue angle of 185.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668487 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 132 135 -
CMYK 0.24 0.02 0 0.47
HSL 185.45º 0.14% 0.46% -
HSV(B) 185.45º 0.24% 0.53% -
XYZ 18.1 21.08 26.04 -
YUV 123.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 102 132 135 0.24 0.02 0 0.47 185.45 0.14 0.46
Hex 66 84 87 18 2 0 2F B9 E 2E
Octal 146 204 207 30 2 0 57 271 16 56
Binary 1100110 10000100 10000111 11000 10 0 101111 10111001 1110 101110

Color Harmonies of #668487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668487

Black with #668487

Text Example


Text Example

White with #668487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668487; }

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

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

background-color css

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

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

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

border-color css

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

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

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