Html Css Color HEX #658993 Horizon

📋 copy color: '#658993'

red 101 ◦ green 137 ◦ blue 147

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

Shades of Horizon #658993

Tints of Horizon #658993

RGB

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

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

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

R = 26.23%
G = 35.58%
B = 38.18%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#658993 (or 0x658993) is known color: Horizon. HEX triplet: 65, 89 and 93. RGB value is (101,137,147). Sum of RGB (Red+Green+Blue) = 101+137+147=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #658993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658993 is #9A766C. Grayscale: #7F7F7F. Windows color (decimal): -10122861 or 9668965. OLE color: 9668965.

HSL color Cylindrical-coordinate representation of color #658993: hue angle of 193.04º 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 #658993 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 137 147 -
CMYK 0.31 0.07 0 0.42
HSL 193.04º 0.19% 0.49% -
HSV(B) 193.04º 0.31% 0.58% -
XYZ 19.58 22.76 30.97 -
YUV 127.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 101 137 147 0.31 0.07 0 0.42 193.04 0.19 0.49
Hex 65 89 93 1F 7 0 2A C1 13 31
Octal 145 211 223 37 7 0 52 301 23 61
Binary 1100101 10001001 10010011 11111 111 0 101010 11000001 10011 110001

Color Harmonies of #658993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658993

Black with #658993

Text Example


Text Example

White with #658993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658993; }

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

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

background-color css

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

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

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

border-color css

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

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

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