Html Css Color HEX #66868F Gothic

📋 copy color: '#66868F'

red 102 ◦ green 134 ◦ blue 143

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

Shades of Gothic #66868F

Tints of Gothic #66868F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 26.91%
G = 35.36%
B = 37.73%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66868F (or 0x66868F) is known color: Gothic. HEX triplet: 66, 86 and 8F. RGB value is (102,134,143). Sum of RGB (Red+Green+Blue) = 102+134+143=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 143 - color contains mainly: blue. Hex color #66868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66868F is #997970. Grayscale: #7D7D7D. Windows color (decimal): -10058097 or 9406054. OLE color: 9406054.

HSL color Cylindrical-coordinate representation of color #66868F: hue angle of 193.17º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66868F is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 134 143 -
CMYK 0.29 0.06 0 0.44
HSL 193.17º 0.17% 0.48% -
HSV(B) 193.17º 0.29% 0.56% -
XYZ 18.96 21.86 29.21 -
YUV 125.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 102 134 143 0.29 0.06 0 0.44 193.17 0.17 0.48
Hex 66 86 8F 1D 6 0 2C C1 11 30
Octal 146 206 217 35 6 0 54 301 21 60
Binary 1100110 10000110 10001111 11101 110 0 101100 11000001 10001 110000

Color Harmonies of #66868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66868F

Black with #66868F

Text Example


Text Example

White with #66868F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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