Html Css Color HEX #66888B Gothic

📋 copy color: '#66888B'

red 102 ◦ green 136 ◦ blue 139

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

Shades of Gothic #66888B

Tints of Gothic #66888B

RGB

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

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

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

R = 27.06%
G = 36.07%
B = 36.87%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66888B (or 0x66888B) is known color: Gothic. HEX triplet: 66, 88 and 8B. RGB value is (102,136,139). Sum of RGB (Red+Green+Blue) = 102+136+139=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #66888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66888B is #997774. Grayscale: #7E7E7E. Windows color (decimal): -10057589 or 9144422. OLE color: 9144422.

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

Color convert

RGB 102 136 139 -
CMYK 0.27 0.02 0 0.45
HSL 184.86º 0.15% 0.47% -
HSV(B) 184.86º 0.27% 0.55% -
XYZ 18.94 22.3 27.73 -
YUV 126.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 102 136 139 0.27 0.02 0 0.45 184.86 0.15 0.47
Hex 66 88 8B 1B 2 0 2D B9 F 2F
Octal 146 210 213 33 2 0 55 271 17 57
Binary 1100110 10001000 10001011 11011 10 0 101101 10111001 1111 101111

Color Harmonies of #66888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66888B

Black with #66888B

Text Example


Text Example

White with #66888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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