Html Css Color HEX #668388 Gothic

📋 copy color: '#668388'

red 102 ◦ green 131 ◦ blue 136

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

Shades of Gothic #668388

Tints of Gothic #668388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 27.64%
G = 35.5%
B = 36.86%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#668388 (or 0x668388) is known color: Gothic. HEX triplet: 66, 83 and 88. RGB value is (102,131,136). Sum of RGB (Red+Green+Blue) = 102+131+136=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #668388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668388 is #997C77. Grayscale: #7A7A7A. Windows color (decimal): -10058872 or 8946534. OLE color: 8946534.

HSL color Cylindrical-coordinate representation of color #668388: hue angle of 188.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668388 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 131 136 -
CMYK 0.25 0.04 0 0.47
HSL 188.82º 0.14% 0.47% -
HSV(B) 188.82º 0.25% 0.53% -
XYZ 18.04 20.83 26.36 -
YUV 122.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 102 131 136 0.25 0.04 0 0.47 188.82 0.14 0.47
Hex 66 83 88 19 4 0 2F BD E 2F
Octal 146 203 210 31 4 0 57 275 16 57
Binary 1100110 10000011 10001000 11001 100 0 101111 10111101 1110 101111

Color Harmonies of #668388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668388

Black with #668388

Text Example


Text Example

White with #668388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668388; }

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

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

background-color css

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

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

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

border-color css

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

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

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