Html Css Color HEX #658C92 Gothic

📋 copy color: '#658C92'

red 101 ◦ green 140 ◦ blue 146

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

Shades of Gothic #658C92

Tints of Gothic #658C92

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

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

R = 26.1%
G = 36.18%
B = 37.73%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#658C92 (or 0x658C92) is known color: Gothic. HEX triplet: 65, 8C and 92. RGB value is (101,140,146). Sum of RGB (Red+Green+Blue) = 101+140+146=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #658C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C92 is #9A736D. Grayscale: #808080. Windows color (decimal): -10122094 or 9604197. OLE color: 9604197.

HSL color Cylindrical-coordinate representation of color #658C92: hue angle of 188º 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 #658C92 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 140 146 -
CMYK 0.31 0.04 0 0.43
HSL 188º 0.18% 0.48% -
HSV(B) 188º 0.31% 0.57% -
XYZ 19.93 23.6 30.7 -
YUV 129.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 101 140 146 0.31 0.04 0 0.43 188 0.18 0.48
Hex 65 8C 92 1F 4 0 2B BC 12 30
Octal 145 214 222 37 4 0 53 274 22 60
Binary 1100101 10001100 10010010 11111 100 0 101011 10111100 10010 110000

Color Harmonies of #658C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658C92

Black with #658C92

Text Example


Text Example

White with #658C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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