Html Css Color HEX #66898D Gothic

📋 copy color: '#66898D'

red 102 ◦ green 137 ◦ blue 141

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

Shades of Gothic #66898D

Tints of Gothic #66898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 26.84%
G = 36.05%
B = 37.11%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66898D (or 0x66898D) is known color: Gothic. HEX triplet: 66, 89 and 8D. RGB value is (102,137,141). Sum of RGB (Red+Green+Blue) = 102+137+141=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #66898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66898D is #997672. Grayscale: #7E7E7E. Windows color (decimal): -10057331 or 9275750. OLE color: 9275750.

HSL color Cylindrical-coordinate representation of color #66898D: hue angle of 186.15º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66898D is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 137 141 -
CMYK 0.28 0.03 0 0.45
HSL 186.15º 0.16% 0.48% -
HSV(B) 186.15º 0.28% 0.55% -
XYZ 19.23 22.64 28.56 -
YUV 126.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 102 137 141 0.28 0.03 0 0.45 186.15 0.16 0.48
Hex 66 89 8D 1C 3 0 2D BA 10 30
Octal 146 211 215 34 3 0 55 272 20 60
Binary 1100110 10001001 10001101 11100 11 0 101101 10111010 10000 110000

Color Harmonies of #66898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66898D

Black with #66898D

Text Example


Text Example

White with #66898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66898D; }

 p { color: rgb(102,137,141); }

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

background-color css

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

 a { background-color: rgb(102,137,141); }

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

border-color css

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

 span { border-color: rgb(102,137,141); }

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