Html Css Color HEX #668889 Gothic

📋 copy color: '#668889'

red 102 ◦ green 136 ◦ blue 137

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

Shades of Gothic #668889

Tints of Gothic #668889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 27.2%
G = 36.27%
B = 36.53%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#668889 (or 0x668889) is known color: Gothic. HEX triplet: 66, 88 and 89. RGB value is (102,136,137). Sum of RGB (Red+Green+Blue) = 102+136+137=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 137 - color contains mainly: blue. Hex color #668889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668889 is #997776. Grayscale: #7D7D7D. Windows color (decimal): -10057591 or 9013350. OLE color: 9013350.

HSL color Cylindrical-coordinate representation of color #668889: hue angle of 181.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668889 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 136 137 -
CMYK 0.26 0.01 0 0.46
HSL 181.71º 0.15% 0.47% -
HSV(B) 181.71º 0.26% 0.54% -
XYZ 18.8 22.24 26.97 -
YUV 125.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 102 136 137 0.26 0.01 0 0.46 181.71 0.15 0.47
Hex 66 88 89 1A 1 0 2E B6 F 2F
Octal 146 210 211 32 1 0 56 266 17 57
Binary 1100110 10001000 10001001 11010 1 0 101110 10110110 1111 101111

Color Harmonies of #668889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668889

Black with #668889

Text Example


Text Example

White with #668889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668889; }

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

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

background-color css

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

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

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

border-color css

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

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

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