Html Css Color HEX #658397 Horizon

📋 copy color: '#658397'

red 101 ◦ green 131 ◦ blue 151

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

Shades of Horizon #658397

Tints of Horizon #658397

RGB

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

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

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

R = 26.37%
G = 34.2%
B = 39.43%

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

#658397 (or 0x658397) is known color: Horizon. HEX triplet: 65, 83 and 97. RGB value is (101,131,151). Sum of RGB (Red+Green+Blue) = 101+131+151=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #658397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658397 is #9A7C68. Grayscale: #7C7C7C. Windows color (decimal): -10124393 or 9929573. OLE color: 9929573.

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

Color convert

RGB 101 131 151 -
CMYK 0.33 0.13 0 0.41
HSL 204º 0.2% 0.49% -
HSV(B) 204º 0.33% 0.59% -
XYZ 19.07 21.23 32.37 -
YUV 124.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 101 131 151 0.33 0.13 0 0.41 204 0.2 0.49
Hex 65 83 97 21 D 0 29 CC 14 31
Octal 145 203 227 41 15 0 51 314 24 61
Binary 1100101 10000011 10010111 100001 1101 0 101001 11001100 10100 110001

Color Harmonies of #658397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658397

Black with #658397

Text Example


Text Example

White with #658397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658397; }

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

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

background-color css

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

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

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

border-color css

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

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

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