Html Css Color HEX #669095 Gothic

📋 copy color: '#669095'

red 102 ◦ green 144 ◦ blue 149

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

Shades of Gothic #669095

Tints of Gothic #669095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 25.82%
G = 36.46%
B = 37.72%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#669095 (or 0x669095) is known color: Gothic. HEX triplet: 66, 90 and 95. RGB value is (102,144,149). Sum of RGB (Red+Green+Blue) = 102+144+149=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #669095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669095 is #996F6A. Grayscale: #838383. Windows color (decimal): -10055531 or 9801830. OLE color: 9801830.

HSL color Cylindrical-coordinate representation of color #669095: hue angle of 186.38º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669095 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 144 149 -
CMYK 0.32 0.03 0 0.42
HSL 186.38º 0.19% 0.49% -
HSV(B) 186.38º 0.32% 0.58% -
XYZ 20.88 24.94 32.15 -
YUV 132.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 102 144 149 0.32 0.03 0 0.42 186.38 0.19 0.49
Hex 66 90 95 20 3 0 2A BA 13 31
Octal 146 220 225 40 3 0 52 272 23 61
Binary 1100110 10010000 10010101 100000 11 0 101010 10111010 10011 110001

Color Harmonies of #669095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669095

Black with #669095

Text Example


Text Example

White with #669095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669095; }

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

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

background-color css

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

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

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

border-color css

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

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

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