Html Css Color HEX #639591 Juniper

📋 copy color: '#639591'

red 99 ◦ green 149 ◦ blue 145

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

Shades of Juniper #639591

Tints of Juniper #639591

RGB

 RED value IS 99 (39.06% from 255) = 25.19%

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 25.19%
G = 37.91%
B = 36.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#639591 (or 0x639591) is known color: Juniper. HEX triplet: 63, 95 and 91. RGB value is (99,149,145). Sum of RGB (Red+Green+Blue) = 99+149+145=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #639591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639591 is #9C6A6E. Grayscale: #858585. Windows color (decimal): -10250863 or 9540963. OLE color: 9540963.

HSL color Cylindrical-coordinate representation of color #639591: hue angle of 175.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639591 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 145 -
CMYK 0.34 0 0.03 0.42
HSL 175.2º 0.2% 0.49% -
HSV(B) 175.2º 0.34% 0.58% -
XYZ 21 26.19 30.74 -
YUV 133.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 99 149 145 0.34 0 0.03 0.42 175.2 0.2 0.49
Hex 63 95 91 22 0 3 2A AF 14 31
Octal 143 225 221 42 0 3 52 257 24 61
Binary 1100011 10010101 10010001 100010 0 11 101010 10101111 10100 110001

Color Harmonies of #639591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639591

Black with #639591

Text Example


Text Example

White with #639591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639591; }

 p { color: rgb(99,149,145); }

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

background-color css

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

 a { background-color: rgb(99,149,145); }

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

border-color css

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

 span { border-color: rgb(99,149,145); }

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