Html Css Color HEX #659B93 Juniper

📋 copy color: '#659B93'

red 101 ◦ green 155 ◦ blue 147

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

Shades of Juniper #659B93

Tints of Juniper #659B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.46%

 BLUE value IS 147 (57.81% from 255) = 36.48%

R = 25.06%
G = 38.46%
B = 36.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#659B93 (or 0x659B93) is known color: Juniper. HEX triplet: 65, 9B and 93. RGB value is (101,155,147). Sum of RGB (Red+Green+Blue) = 101+155+147=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #659B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659B93 is #9A646C. Grayscale: #898989. Windows color (decimal): -10118253 or 9673573. OLE color: 9673573.

HSL color Cylindrical-coordinate representation of color #659B93: hue angle of 171.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B93 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 155 147 -
CMYK 0.35 0 0.05 0.39
HSL 171.11º 0.21% 0.5% -
HSV(B) 171.11º 0.35% 0.61% -
XYZ 22.35 28.32 31.89 -
YUV 137.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 101 155 147 0.35 0 0.05 0.39 171.11 0.21 0.5
Hex 65 9B 93 23 0 5 27 AB 15 32
Octal 145 233 223 43 0 5 47 253 25 62
Binary 1100101 10011011 10010011 100011 0 101 100111 10101011 10101 110010

Color Harmonies of #659B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659B93

Black with #659B93

Text Example


Text Example

White with #659B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659B93; }

 p { color: rgb(101,155,147); }

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

background-color css

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

 a { background-color: rgb(101,155,147); }

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

border-color css

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

 span { border-color: rgb(101,155,147); }

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