Html Css Color HEX #658393 Horizon

📋 copy color: '#658393'

red 101 ◦ green 131 ◦ blue 147

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

Shades of Horizon #658393

Tints of Horizon #658393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 26.65%
G = 34.56%
B = 38.79%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#658393 (or 0x658393) is known color: Horizon. HEX triplet: 65, 83 and 93. RGB value is (101,131,147). Sum of RGB (Red+Green+Blue) = 101+131+147=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #658393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658393 is #9A7C6C. Grayscale: #7B7B7B. Windows color (decimal): -10124397 or 9667429. OLE color: 9667429.

HSL color Cylindrical-coordinate representation of color #658393: hue angle of 200.87º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658393 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 131 147 -
CMYK 0.31 0.11 0 0.42
HSL 200.87º 0.19% 0.49% -
HSV(B) 200.87º 0.31% 0.58% -
XYZ 18.75 21.11 30.69 -
YUV 123.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 101 131 147 0.31 0.11 0 0.42 200.87 0.19 0.49
Hex 65 83 93 1F B 0 2A C9 13 31
Octal 145 203 223 37 13 0 52 311 23 61
Binary 1100101 10000011 10010011 11111 1011 0 101010 11001001 10011 110001

Color Harmonies of #658393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658393

Black with #658393

Text Example


Text Example

White with #658393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658393; }

 p { color: rgb(101,131,147); }

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

background-color css

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

 a { background-color: rgb(101,131,147); }

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

border-color css

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

 span { border-color: rgb(101,131,147); }

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