Html Css Color HEX #66878B Gothic

📋 copy color: '#66878B'

red 102 ◦ green 135 ◦ blue 139

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

Shades of Gothic #66878B

Tints of Gothic #66878B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 27.13%
G = 35.9%
B = 36.97%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66878B (or 0x66878B) is known color: Gothic. HEX triplet: 66, 87 and 8B. RGB value is (102,135,139). Sum of RGB (Red+Green+Blue) = 102+135+139=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #66878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66878B is #997874. Grayscale: #7D7D7D. Windows color (decimal): -10057845 or 9144166. OLE color: 9144166.

HSL color Cylindrical-coordinate representation of color #66878B: hue angle of 186.49º degrees, saturation: 0.15, 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 #66878B is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 135 139 -
CMYK 0.27 0.03 0 0.45
HSL 186.49º 0.15% 0.47% -
HSV(B) 186.49º 0.27% 0.55% -
XYZ 18.8 22.02 27.68 -
YUV 125.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 102 135 139 0.27 0.03 0 0.45 186.49 0.15 0.47
Hex 66 87 8B 1B 3 0 2D BA F 2F
Octal 146 207 213 33 3 0 55 272 17 57
Binary 1100110 10000111 10001011 11011 11 0 101101 10111010 1111 101111

Color Harmonies of #66878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66878B

Black with #66878B

Text Example


Text Example

White with #66878B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66878B; }

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

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

background-color css

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

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

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

border-color css

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

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

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