Html Css Color HEX #65898E Gothic

📋 copy color: '#65898E'

red 101 ◦ green 137 ◦ blue 142

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

Shades of Gothic #65898E

Tints of Gothic #65898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 26.58%
G = 36.05%
B = 37.37%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65898E (or 0x65898E) is known color: Gothic. HEX triplet: 65, 89 and 8E. RGB value is (101,137,142). Sum of RGB (Red+Green+Blue) = 101+137+142=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 142 - color contains mainly: blue. Hex color #65898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65898E is #9A7671. Grayscale: #7E7E7E. Windows color (decimal): -10122866 or 9341285. OLE color: 9341285.

HSL color Cylindrical-coordinate representation of color #65898E: hue angle of 187.32º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65898E is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 137 142 -
CMYK 0.29 0.04 0 0.44
HSL 187.32º 0.17% 0.48% -
HSV(B) 187.32º 0.29% 0.56% -
XYZ 19.19 22.61 28.94 -
YUV 126.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 101 137 142 0.29 0.04 0 0.44 187.32 0.17 0.48
Hex 65 89 8E 1D 4 0 2C BB 11 30
Octal 145 211 216 35 4 0 54 273 21 60
Binary 1100101 10001001 10001110 11101 100 0 101100 10111011 10001 110000

Color Harmonies of #65898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65898E

Black with #65898E

Text Example


Text Example

White with #65898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65898E; }

 p { color: rgb(101,137,142); }

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

background-color css

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

 a { background-color: rgb(101,137,142); }

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

border-color css

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

 span { border-color: rgb(101,137,142); }

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