Html Css Color HEX #649993 Juniper

📋 copy color: '#649993'

red 100 ◦ green 153 ◦ blue 147

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

Shades of Juniper #649993

Tints of Juniper #649993

RGB

 RED value IS 100 (39.45% from 255) = 25%

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

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

R = 25%
G = 38.25%
B = 36.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#649993 (or 0x649993) is known color: Juniper. HEX triplet: 64, 99 and 93. RGB value is (100,153,147). Sum of RGB (Red+Green+Blue) = 100+153+147=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #649993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649993 is #9B666C. Grayscale: #888888. Windows color (decimal): -10184301 or 9673060. OLE color: 9673060.

HSL color Cylindrical-coordinate representation of color #649993: hue angle of 173.21º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649993 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 147 -
CMYK 0.35 0 0.04 0.4
HSL 173.21º 0.21% 0.5% -
HSV(B) 173.21º 0.35% 0.6% -
XYZ 21.91 27.6 31.78 -
YUV 136.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 100 153 147 0.35 0 0.04 0.4 173.21 0.21 0.5
Hex 64 99 93 23 0 4 28 AD 15 32
Octal 144 231 223 43 0 4 50 255 25 62
Binary 1100100 10011001 10010011 100011 0 100 101000 10101101 10101 110010

Color Harmonies of #649993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649993

Black with #649993

Text Example


Text Example

White with #649993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649993; }

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

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

background-color css

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

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

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

border-color css

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

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

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