Html Css Color HEX #66868C Gothic

📋 copy color: '#66868C'

red 102 ◦ green 134 ◦ blue 140

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

Shades of Gothic #66868C

Tints of Gothic #66868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.64%

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 27.13%
G = 35.64%
B = 37.23%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66868C (or 0x66868C) is known color: Gothic. HEX triplet: 66, 86 and 8C. RGB value is (102,134,140). Sum of RGB (Red+Green+Blue) = 102+134+140=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #66868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66868C is #997973. Grayscale: #7D7D7D. Windows color (decimal): -10058100 or 9209446. OLE color: 9209446.

HSL color Cylindrical-coordinate representation of color #66868C: hue angle of 189.47º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66868C is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 134 140 -
CMYK 0.27 0.04 0 0.45
HSL 189.47º 0.16% 0.47% -
HSV(B) 189.47º 0.27% 0.55% -
XYZ 18.74 21.77 28.03 -
YUV 125.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 102 134 140 0.27 0.04 0 0.45 189.47 0.16 0.47
Hex 66 86 8C 1B 4 0 2D BD 10 2F
Octal 146 206 214 33 4 0 55 275 20 57
Binary 1100110 10000110 10001100 11011 100 0 101101 10111101 10000 101111

Color Harmonies of #66868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66868C

Black with #66868C

Text Example


Text Example

White with #66868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66868C; }

 p { color: rgb(102,134,140); }

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

background-color css

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

 a { background-color: rgb(102,134,140); }

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

border-color css

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

 span { border-color: rgb(102,134,140); }

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