Html Css Color HEX #658293 Horizon

📋 copy color: '#658293'

red 101 ◦ green 130 ◦ blue 147

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

Shades of Horizon #658293

Tints of Horizon #658293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

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

R = 26.72%
G = 34.39%
B = 38.89%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#658293 (or 0x658293) is known color: Horizon. HEX triplet: 65, 82 and 93. RGB value is (101,130,147). Sum of RGB (Red+Green+Blue) = 101+130+147=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #658293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658293 is #9A7D6C. Grayscale: #7B7B7B. Windows color (decimal): -10124653 or 9667173. OLE color: 9667173.

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

Color convert

RGB 101 130 147 -
CMYK 0.31 0.12 0 0.42
HSL 202.17º 0.19% 0.49% -
HSV(B) 202.17º 0.31% 0.58% -
XYZ 18.62 20.84 30.64 -
YUV 123.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 101 130 147 0.31 0.12 0 0.42 202.17 0.19 0.49
Hex 65 82 93 1F C 0 2A CA 13 31
Octal 145 202 223 37 14 0 52 312 23 61
Binary 1100101 10000010 10010011 11111 1100 0 101010 11001010 10011 110001

Color Harmonies of #658293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658293

Black with #658293

Text Example


Text Example

White with #658293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658293; }

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

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

background-color css

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

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

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

border-color css

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

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

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