Html Css Color HEX #658D95 Gothic

📋 copy color: '#658D95'

red 101 ◦ green 141 ◦ blue 149

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

Shades of Gothic #658D95

Tints of Gothic #658D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 25.83%
G = 36.06%
B = 38.11%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#658D95 (or 0x658D95) is known color: Gothic. HEX triplet: 65, 8D and 95. RGB value is (101,141,149). Sum of RGB (Red+Green+Blue) = 101+141+149=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #658D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658D95 is #9A726A. Grayscale: #818181. Windows color (decimal): -10121835 or 9801061. OLE color: 9801061.

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

Color convert

RGB 101 141 149 -
CMYK 0.32 0.05 0 0.42
HSL 190º 0.19% 0.49% -
HSV(B) 190º 0.32% 0.58% -
XYZ 20.32 23.99 31.99 -
YUV 129.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 101 141 149 0.32 0.05 0 0.42 190 0.19 0.49
Hex 65 8D 95 20 5 0 2A BE 13 31
Octal 145 215 225 40 5 0 52 276 23 61
Binary 1100101 10001101 10010101 100000 101 0 101010 10111110 10011 110001

Color Harmonies of #658D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658D95

Black with #658D95

Text Example


Text Example

White with #658D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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