Html Css Color HEX #659993 Juniper

📋 copy color: '#659993'

red 101 ◦ green 153 ◦ blue 147

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

Shades of Juniper #659993

Tints of Juniper #659993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.15%

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

R = 25.19%
G = 38.15%
B = 36.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#659993 (or 0x659993) is known color: Juniper. HEX triplet: 65, 99 and 93. RGB value is (101,153,147). Sum of RGB (Red+Green+Blue) = 101+153+147=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #659993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659993 is #9A666C. Grayscale: #888888. Windows color (decimal): -10118765 or 9673061. OLE color: 9673061.

HSL color Cylindrical-coordinate representation of color #659993: hue angle of 173.08º 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 #659993 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 147 -
CMYK 0.34 0 0.04 0.4
HSL 173.08º 0.2% 0.5% -
HSV(B) 173.08º 0.34% 0.6% -
XYZ 22.02 27.66 31.78 -
YUV 136.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 101 153 147 0.34 0 0.04 0.4 173.08 0.2 0.5
Hex 65 99 93 22 0 4 28 AD 14 32
Octal 145 231 223 42 0 4 50 255 24 62
Binary 1100101 10011001 10010011 100010 0 100 101000 10101101 10100 110010

Color Harmonies of #659993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659993

Black with #659993

Text Example


Text Example

White with #659993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659993; }

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

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

background-color css

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

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

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

border-color css

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

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

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