Html Css Color HEX #658992 Gothic

📋 copy color: '#658992'

red 101 ◦ green 137 ◦ blue 146

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

Shades of Gothic #658992

Tints of Gothic #658992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 26.3%
G = 35.68%
B = 38.02%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#658992 (or 0x658992) is known color: Gothic. HEX triplet: 65, 89 and 92. RGB value is (101,137,146). Sum of RGB (Red+Green+Blue) = 101+137+146=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #658992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658992 is #9A766D. Grayscale: #7F7F7F. Windows color (decimal): -10122862 or 9603429. OLE color: 9603429.

HSL color Cylindrical-coordinate representation of color #658992: hue angle of 192º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658992 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 137 146 -
CMYK 0.31 0.06 0 0.43
HSL 192º 0.18% 0.48% -
HSV(B) 192º 0.31% 0.57% -
XYZ 19.5 22.73 30.55 -
YUV 127.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 101 137 146 0.31 0.06 0 0.43 192 0.18 0.48
Hex 65 89 92 1F 6 0 2B C0 12 30
Octal 145 211 222 37 6 0 53 300 22 60
Binary 1100101 10001001 10010010 11111 110 0 101011 11000000 10010 110000

Color Harmonies of #658992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658992

Black with #658992

Text Example


Text Example

White with #658992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658992; }

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

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

background-color css

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

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

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

border-color css

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

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

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