Html Css Color HEX #659095 Gothic

📋 copy color: '#659095'

red 101 ◦ green 144 ◦ blue 149

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

Shades of Gothic #659095

Tints of Gothic #659095

RGB

 RED value IS 101 (39.84% from 255) = 25.63%

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

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

R = 25.63%
G = 36.55%
B = 37.82%

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

#659095 (or 0x659095) is known color: Gothic. HEX triplet: 65, 90 and 95. RGB value is (101,144,149). Sum of RGB (Red+Green+Blue) = 101+144+149=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #659095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659095 is #9A6F6A. Grayscale: #838383. Windows color (decimal): -10121067 or 9801829. OLE color: 9801829.

HSL color Cylindrical-coordinate representation of color #659095: hue angle of 186.25º 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 #659095 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 144 149 -
CMYK 0.32 0.03 0 0.42
HSL 186.25º 0.19% 0.49% -
HSV(B) 186.25º 0.32% 0.58% -
XYZ 20.76 24.88 32.14 -
YUV 131.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 101 144 149 0.32 0.03 0 0.42 186.25 0.19 0.49
Hex 65 90 95 20 3 0 2A BA 13 31
Octal 145 220 225 40 3 0 52 272 23 61
Binary 1100101 10010000 10010101 100000 11 0 101010 10111010 10011 110001

Color Harmonies of #659095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659095

Black with #659095

Text Example


Text Example

White with #659095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659095; }

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

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

background-color css

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

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

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

border-color css

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

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

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