Html Css Color HEX #668890 Gothic

📋 copy color: '#668890'

red 102 ◦ green 136 ◦ blue 144

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

Shades of Gothic #668890

Tints of Gothic #668890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 26.7%
G = 35.6%
B = 37.7%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#668890 (or 0x668890) is known color: Gothic. HEX triplet: 66, 88 and 90. RGB value is (102,136,144). Sum of RGB (Red+Green+Blue) = 102+136+144=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #668890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668890 is #99776F. Grayscale: #7E7E7E. Windows color (decimal): -10057584 or 9472102. OLE color: 9472102.

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

Color convert

RGB 102 136 144 -
CMYK 0.29 0.06 0 0.44
HSL 191.43º 0.17% 0.48% -
HSV(B) 191.43º 0.29% 0.56% -
XYZ 19.32 22.45 29.7 -
YUV 126.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 102 136 144 0.29 0.06 0 0.44 191.43 0.17 0.48
Hex 66 88 90 1D 6 0 2C BF 11 30
Octal 146 210 220 35 6 0 54 277 21 60
Binary 1100110 10001000 10010000 11101 110 0 101100 10111111 10001 110000

Color Harmonies of #668890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668890

Black with #668890

Text Example


Text Example

White with #668890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668890; }

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

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

background-color css

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

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

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

border-color css

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

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

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