Html Css Color HEX #66888F Gothic

📋 copy color: '#66888F'

red 102 ◦ green 136 ◦ blue 143

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

Shades of Gothic #66888F

Tints of Gothic #66888F

RGB

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

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

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

R = 26.77%
G = 35.7%
B = 37.53%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66888F (or 0x66888F) is known color: Gothic. HEX triplet: 66, 88 and 8F. RGB value is (102,136,143). Sum of RGB (Red+Green+Blue) = 102+136+143=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 143 - color contains mainly: blue. Hex color #66888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66888F is #997770. Grayscale: #7E7E7E. Windows color (decimal): -10057585 or 9406566. OLE color: 9406566.

HSL color Cylindrical-coordinate representation of color #66888F: hue angle of 190.24º 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 #66888F is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 136 143 -
CMYK 0.29 0.05 0 0.44
HSL 190.24º 0.17% 0.48% -
HSV(B) 190.24º 0.29% 0.56% -
XYZ 19.24 22.42 29.3 -
YUV 126.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 102 136 143 0.29 0.05 0 0.44 190.24 0.17 0.48
Hex 66 88 8F 1D 5 0 2C BE 11 30
Octal 146 210 217 35 5 0 54 276 21 60
Binary 1100110 10001000 10001111 11101 101 0 101100 10111110 10001 110000

Color Harmonies of #66888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66888F

Black with #66888F

Text Example


Text Example

White with #66888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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