Html Css Color HEX #659198 Horizon

📋 copy color: '#659198'

red 101 ◦ green 145 ◦ blue 152

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

Shades of Horizon #659198

Tints of Horizon #659198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.43%

 BLUE value IS 152 (59.77% from 255) = 38.19%

R = 25.38%
G = 36.43%
B = 38.19%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#659198 (or 0x659198) is known color: Horizon. HEX triplet: 65, 91 and 98. RGB value is (101,145,152). Sum of RGB (Red+Green+Blue) = 101+145+152=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #659198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659198 is #9A6E67. Grayscale: #848484. Windows color (decimal): -10120808 or 9998693. OLE color: 9998693.

HSL color Cylindrical-coordinate representation of color #659198: hue angle of 188.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659198 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 145 152 -
CMYK 0.34 0.05 0 0.40
HSL 188.24º 0.2% 0.5% -
HSV(B) 188.24º 0.34% 0.6% -
XYZ 21.16 25.28 33.47 -
YUV 132.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 101 145 152 0.34 0.05 0 0.40 188.24 0.2 0.5
Hex 65 91 98 22 5 0 28 BC 14 32
Octal 145 221 230 42 5 0 50 274 24 62
Binary 1100101 10010001 10011000 100010 101 0 101000 10111100 10100 110010

Color Harmonies of #659198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659198

Black with #659198

Text Example


Text Example

White with #659198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659198; }

 p { color: rgb(101,145,152); }

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

background-color css

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

 a { background-color: rgb(101,145,152); }

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

border-color css

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

 span { border-color: rgb(101,145,152); }

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