Html Css Color HEX #639490 Juniper

📋 copy color: '#639490'

red 99 ◦ green 148 ◦ blue 144

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

Shades of Juniper #639490

Tints of Juniper #639490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 25.32%
G = 37.85%
B = 36.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#639490 (or 0x639490) is known color: Juniper. HEX triplet: 63, 94 and 90. RGB value is (99,148,144). Sum of RGB (Red+Green+Blue) = 99+148+144=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #639490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639490 is #9C6B6F. Grayscale: #848484. Windows color (decimal): -10251120 or 9475171. OLE color: 9475171.

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

Color convert

RGB 99 148 144 -
CMYK 0.33 0 0.03 0.42
HSL 175.1º 0.2% 0.48% -
HSV(B) 175.1º 0.33% 0.58% -
XYZ 20.77 25.85 30.28 -
YUV 132.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 99 148 144 0.33 0 0.03 0.42 175.1 0.2 0.48
Hex 63 94 90 21 0 3 2A AF 14 30
Octal 143 224 220 41 0 3 52 257 24 60
Binary 1100011 10010100 10010000 100001 0 11 101010 10101111 10100 110000

Color Harmonies of #639490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639490

Black with #639490

Text Example


Text Example

White with #639490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639490; }

 p { color: rgb(99,148,144); }

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

background-color css

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

 a { background-color: rgb(99,148,144); }

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

border-color css

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

 span { border-color: rgb(99,148,144); }

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