Html Css Color HEX #66888C Gothic

📋 copy color: '#66888C'

red 102 ◦ green 136 ◦ blue 140

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

Shades of Gothic #66888C

Tints of Gothic #66888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 26.98%
G = 35.98%
B = 37.04%

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

#66888C (or 0x66888C) is known color: Gothic. HEX triplet: 66, 88 and 8C. RGB value is (102,136,140). Sum of RGB (Red+Green+Blue) = 102+136+140=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #66888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66888C is #997773. Grayscale: #7E7E7E. Windows color (decimal): -10057588 or 9209958. OLE color: 9209958.

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

Color convert

RGB 102 136 140 -
CMYK 0.27 0.03 0 0.45
HSL 186.32º 0.16% 0.47% -
HSV(B) 186.32º 0.27% 0.55% -
XYZ 19.02 22.33 28.12 -
YUV 126.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 102 136 140 0.27 0.03 0 0.45 186.32 0.16 0.47
Hex 66 88 8C 1B 3 0 2D BA 10 2F
Octal 146 210 214 33 3 0 55 272 20 57
Binary 1100110 10001000 10001100 11011 11 0 101101 10111010 10000 101111

Color Harmonies of #66888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66888C

Black with #66888C

Text Example


Text Example

White with #66888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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