Html Css Color HEX #66868B Gothic

📋 copy color: '#66868B'

red 102 ◦ green 134 ◦ blue 139

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

Shades of Gothic #66868B

Tints of Gothic #66868B

RGB

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

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

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

R = 27.2%
G = 35.73%
B = 37.07%

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

#66868B (or 0x66868B) is known color: Gothic. HEX triplet: 66, 86 and 8B. RGB value is (102,134,139). Sum of RGB (Red+Green+Blue) = 102+134+139=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #66868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66868B is #997974. Grayscale: #7C7C7C. Windows color (decimal): -10058101 or 9143910. OLE color: 9143910.

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

Color convert

RGB 102 134 139 -
CMYK 0.27 0.04 0 0.45
HSL 188.11º 0.15% 0.47% -
HSV(B) 188.11º 0.27% 0.55% -
XYZ 18.66 21.74 27.64 -
YUV 125 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 102 134 139 0.27 0.04 0 0.45 188.11 0.15 0.47
Hex 66 86 8B 1B 4 0 2D BC F 2F
Octal 146 206 213 33 4 0 55 274 17 57
Binary 1100110 10000110 10001011 11011 100 0 101101 10111100 1111 101111

Color Harmonies of #66868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66868B

Black with #66868B

Text Example


Text Example

White with #66868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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