Html Css Color HEX #659097 Gothic

📋 copy color: '#659097'

red 101 ◦ green 144 ◦ blue 151

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

Shades of Gothic #659097

Tints of Gothic #659097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.13%

R = 25.51%
G = 36.36%
B = 38.13%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#659097 (or 0x659097) is known color: Gothic. HEX triplet: 65, 90 and 97. RGB value is (101,144,151). Sum of RGB (Red+Green+Blue) = 101+144+151=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #659097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659097 is #9A6F68. Grayscale: #838383. Windows color (decimal): -10121065 or 9932901. OLE color: 9932901.

HSL color Cylindrical-coordinate representation of color #659097: hue angle of 188.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659097 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 144 151 -
CMYK 0.33 0.05 0 0.41
HSL 188.4º 0.2% 0.49% -
HSV(B) 188.4º 0.33% 0.59% -
XYZ 20.93 24.95 32.99 -
YUV 131.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 101 144 151 0.33 0.05 0 0.41 188.4 0.2 0.49
Hex 65 90 97 21 5 0 29 BC 14 31
Octal 145 220 227 41 5 0 51 274 24 61
Binary 1100101 10010000 10010111 100001 101 0 101001 10111100 10100 110001

Color Harmonies of #659097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659097

Black with #659097

Text Example


Text Example

White with #659097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659097; }

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

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

background-color css

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

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

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

border-color css

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

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

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