Html Css Color HEX #658990 Gothic

📋 copy color: '#658990'

red 101 ◦ green 137 ◦ blue 144

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

Shades of Gothic #658990

Tints of Gothic #658990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 26.44%
G = 35.86%
B = 37.7%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#658990 (or 0x658990) is known color: Gothic. HEX triplet: 65, 89 and 90. RGB value is (101,137,144). Sum of RGB (Red+Green+Blue) = 101+137+144=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #658990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658990 is #9A766F. Grayscale: #7E7E7E. Windows color (decimal): -10122864 or 9472357. OLE color: 9472357.

HSL color Cylindrical-coordinate representation of color #658990: hue angle of 189.77º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #658990 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 137 144 -
CMYK 0.30 0.05 0 0.44
HSL 189.77º 0.18% 0.48% -
HSV(B) 189.77º 0.3% 0.56% -
XYZ 19.35 22.67 29.74 -
YUV 127.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 101 137 144 0.30 0.05 0 0.44 189.77 0.18 0.48
Hex 65 89 90 1E 5 0 2C BE 12 30
Octal 145 211 220 36 5 0 54 276 22 60
Binary 1100101 10001001 10010000 11110 101 0 101100 10111110 10010 110000

Color Harmonies of #658990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658990

Black with #658990

Text Example


Text Example

White with #658990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658990; }

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

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

background-color css

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

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

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

border-color css

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

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

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