Html Css Color HEX #618689 Gothic

📋 copy color: '#618689'

red 97 ◦ green 134 ◦ blue 137

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

Shades of Gothic #618689

Tints of Gothic #618689

RGB

 RED value IS 97 (38.28% from 255) = 26.36%

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 26.36%
G = 36.41%
B = 37.23%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#618689 (or 0x618689) is known color: Gothic. HEX triplet: 61, 86 and 89. RGB value is (97,134,137). Sum of RGB (Red+Green+Blue) = 97+134+137=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #618689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618689 is #9E7976. Grayscale: #7B7B7B. Windows color (decimal): -10385783 or 9012833. OLE color: 9012833.

HSL color Cylindrical-coordinate representation of color #618689: hue angle of 184.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618689 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 134 137 -
CMYK 0.29 0.02 0 0.46
HSL 184.5º 0.17% 0.46% -
HSV(B) 184.5º 0.29% 0.54% -
XYZ 17.97 21.4 26.85 -
YUV 123.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 97 134 137 0.29 0.02 0 0.46 184.5 0.17 0.46
Hex 61 86 89 1D 2 0 2E B8 11 2E
Octal 141 206 211 35 2 0 56 270 21 56
Binary 1100001 10000110 10001001 11101 10 0 101110 10111000 10001 101110

Color Harmonies of #618689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618689

Black with #618689

Text Example


Text Example

White with #618689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618689; }

 p { color: rgb(97,134,137); }

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

background-color css

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

 a { background-color: rgb(97,134,137); }

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

border-color css

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

 span { border-color: rgb(97,134,137); }

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