Html Css Color HEX #658996 Horizon

📋 copy color: '#658996'

red 101 ◦ green 137 ◦ blue 150

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

Shades of Horizon #658996

Tints of Horizon #658996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.66%

R = 26.03%
G = 35.31%
B = 38.66%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#658996 (or 0x658996) is known color: Horizon. HEX triplet: 65, 89 and 96. RGB value is (101,137,150). Sum of RGB (Red+Green+Blue) = 101+137+150=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #658996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658996 is #9A7669. Grayscale: #7F7F7F. Windows color (decimal): -10122858 or 9865573. OLE color: 9865573.

HSL color Cylindrical-coordinate representation of color #658996: hue angle of 195.92º 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 #658996 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 137 150 -
CMYK 0.33 0.09 0 0.41
HSL 195.92º 0.2% 0.49% -
HSV(B) 195.92º 0.33% 0.59% -
XYZ 19.82 22.86 32.22 -
YUV 127.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 101 137 150 0.33 0.09 0 0.41 195.92 0.2 0.49
Hex 65 89 96 21 9 0 29 C4 14 31
Octal 145 211 226 41 11 0 51 304 24 61
Binary 1100101 10001001 10010110 100001 1001 0 101001 11000100 10100 110001

Color Harmonies of #658996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658996

Black with #658996

Text Example


Text Example

White with #658996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658996; }

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

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

background-color css

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

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

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

border-color css

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

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

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