Html Css Color HEX #668387 Gothic

📋 copy color: '#668387'

red 102 ◦ green 131 ◦ blue 135

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

Shades of Gothic #668387

Tints of Gothic #668387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

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

R = 27.72%
G = 35.6%
B = 36.68%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#668387 (or 0x668387) is known color: Gothic. HEX triplet: 66, 83 and 87. RGB value is (102,131,135). Sum of RGB (Red+Green+Blue) = 102+131+135=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #668387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668387 is #997C78. Grayscale: #7A7A7A. Windows color (decimal): -10058873 or 8880998. OLE color: 8880998.

HSL color Cylindrical-coordinate representation of color #668387: hue angle of 187.27º 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 #668387 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 131 135 -
CMYK 0.24 0.03 0 0.47
HSL 187.27º 0.14% 0.46% -
HSV(B) 187.27º 0.24% 0.53% -
XYZ 17.97 20.81 25.99 -
YUV 122.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 102 131 135 0.24 0.03 0 0.47 187.27 0.14 0.46
Hex 66 83 87 18 3 0 2F BB E 2E
Octal 146 203 207 30 3 0 57 273 16 56
Binary 1100110 10000011 10000111 11000 11 0 101111 10111011 1110 101110

Color Harmonies of #668387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668387

Black with #668387

Text Example


Text Example

White with #668387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668387; }

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

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

background-color css

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

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

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

border-color css

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

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

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