Html Css Color HEX #658497 Horizon

📋 copy color: '#658497'

red 101 ◦ green 132 ◦ blue 151

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

Shades of Horizon #658497

Tints of Horizon #658497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 26.3%
G = 34.38%
B = 39.32%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#658497 (or 0x658497) is known color: Horizon. HEX triplet: 65, 84 and 97. RGB value is (101,132,151). Sum of RGB (Red+Green+Blue) = 101+132+151=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #658497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658497 is #9A7B68. Grayscale: #7C7C7C. Windows color (decimal): -10124137 or 9929829. OLE color: 9929829.

HSL color Cylindrical-coordinate representation of color #658497: hue angle of 202.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #658497 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 132 151 -
CMYK 0.33 0.13 0 0.41
HSL 202.8º 0.2% 0.49% -
HSV(B) 202.8º 0.33% 0.59% -
XYZ 19.2 21.5 32.42 -
YUV 124.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 101 132 151 0.33 0.13 0 0.41 202.8 0.2 0.49
Hex 65 84 97 21 D 0 29 CB 14 31
Octal 145 204 227 41 15 0 51 313 24 61
Binary 1100101 10000100 10010111 100001 1101 0 101001 11001011 10100 110001

Color Harmonies of #658497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658497

Black with #658497

Text Example


Text Example

White with #658497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658497; }

 p { color: rgb(101,132,151); }

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

background-color css

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

 a { background-color: rgb(101,132,151); }

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

border-color css

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

 span { border-color: rgb(101,132,151); }

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