Html Css Color HEX #658C97 Horizon

📋 copy color: '#658C97'

red 101 ◦ green 140 ◦ blue 151

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

Shades of Horizon #658C97

Tints of Horizon #658C97

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 25.77%
G = 35.71%
B = 38.52%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#658C97 (or 0x658C97) is known color: Horizon. HEX triplet: 65, 8C and 97. RGB value is (101,140,151). Sum of RGB (Red+Green+Blue) = 101+140+151=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #658C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C97 is #9A7368. Grayscale: #818181. Windows color (decimal): -10122089 or 9931877. OLE color: 9931877.

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

Color convert

RGB 101 140 151 -
CMYK 0.33 0.07 0 0.41
HSL 193.2º 0.2% 0.49% -
HSV(B) 193.2º 0.33% 0.59% -
XYZ 20.33 23.76 32.79 -
YUV 129.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 101 140 151 0.33 0.07 0 0.41 193.2 0.2 0.49
Hex 65 8C 97 21 7 0 29 C1 14 31
Octal 145 214 227 41 7 0 51 301 24 61
Binary 1100101 10001100 10010111 100001 111 0 101001 11000001 10100 110001

Color Harmonies of #658C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658C97

Black with #658C97

Text Example


Text Example

White with #658C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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