Html Css Color HEX #669399 Gothic

📋 copy color: '#669399'

red 102 ◦ green 147 ◦ blue 153

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

Shades of Gothic #669399

Tints of Gothic #669399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 25.37%
G = 36.57%
B = 38.06%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#669399 (or 0x669399) is known color: Gothic. HEX triplet: 66, 93 and 99. RGB value is (102,147,153). Sum of RGB (Red+Green+Blue) = 102+147+153=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #669399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669399 is #996C66. Grayscale: #868686. Windows color (decimal): -10054759 or 10064742. OLE color: 10064742.

HSL color Cylindrical-coordinate representation of color #669399: hue angle of 187.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669399 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 147 153 -
CMYK 0.33 0.04 0 0.4
HSL 187.06º 0.2% 0.5% -
HSV(B) 187.06º 0.33% 0.6% -
XYZ 21.66 25.99 34.01 -
YUV 134.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 102 147 153 0.33 0.04 0 0.4 187.06 0.2 0.5
Hex 66 93 99 21 4 0 28 BB 14 32
Octal 146 223 231 41 4 0 50 273 24 62
Binary 1100110 10010011 10011001 100001 100 0 101000 10111011 10100 110010

Color Harmonies of #669399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669399

Black with #669399

Text Example


Text Example

White with #669399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669399; }

 p { color: rgb(102,147,153); }

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

background-color css

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

 a { background-color: rgb(102,147,153); }

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

border-color css

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

 span { border-color: rgb(102,147,153); }

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